Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Plaid Account Owners
作成日
2 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
19 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
223 行
すべてコピー
15 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
223 行
すべてコピー
"""
"""
コピー
コピー済み
コピー
コピー済み
Plaid Account
Identity
data.
Plaid Account
Owners
data.
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidAccountIdentity {
type
RemoteData
PlaidAccountIdentity {
"""
"""
Plaid’s unique identifier for the account. This value will not change unless
Plaid’s unique identifier for the account. This value will not change unless
Plaid can't reconcile the account with the data returned by the financial
Plaid can't reconcile the account with the data returned by the financial
institution. This may occur, for example, when the name of the account
institution. This may occur, for example, when the name of the account
changes. If this happens a new `account_id` will be assigned to the account.
changes. If this happens a new `account_id` will be assigned to the account.
The `account_id` can also change if the `access_token` is deleted and the same
The `account_id` can also change if the `access_token` is deleted and the same
credentials that were used to generate that `access_token` are used to
credentials that were used to generate that `access_token` are used to
generate a new `access_token` on a later date. In that case, the new
generate a new `access_token` on a later date. In that case, the new
`account_id` will be different from the old `account_id`.
`account_id` will be different from the old `account_id`.
If an account with a specific `account_id` disappears instead of changing, the
If an account with a specific `account_id` disappears instead of changing, the
account is likely closed. Closed accounts are not returned by the Plaid API.
account is likely closed. Closed accounts are not returned by the Plaid API.
Like all Plaid identifiers, the `account_id` is case sensitive.
Like all Plaid identifiers, the `account_id` is case sensitive.
"""
"""
コピー
コピー済み
コピー
コピー済み
accountId: String
!
accountId: String
"""
"""
A set of fields describing the balance for an account. Balance information may
A set of fields describing the balance for an account. Balance information may
be cached unless the balance object was returned by `/accounts/balance/get`.
be cached unless the balance object was returned by `/accounts/balance/get`.
"""
"""
コピー
コピー済み
コピー
コピー済み
balances:
PlaidAccountBalance
!
balances:
RemoteData
PlaidAccountBalance
"""
"""
The last 2-4 alphanumeric characters of an account's official account number.
The last 2-4 alphanumeric characters of an account's official account number.
Note that the mask may be non-unique between an Item's accounts, and it may
Note that the mask may be non-unique between an Item's accounts, and it may
also not match the mask that the bank displays to the user.
also not match the mask that the bank displays to the user.
"""
"""
mask: String
mask: String
"""
"""
The name of the account, either assigned by the user or by the financial institution itself
The name of the account, either assigned by the user or by the financial institution itself
"""
"""
コピー
コピー済み
コピー
コピー済み
name: String
!
name: String
"""
"""
The official name of the account as given by the financial institution
The official name of the account as given by the financial institution
"""
"""
officialName: String
officialName: String
"""
"""
Data returned by the financial institution about the account owner or owners.
Data returned by the financial institution about the account owner or owners.
Only returned by Identity or Assets endpoints. For business accounts, the name
Only returned by Identity or Assets endpoints. For business accounts, the name
reported may be either the name of the individual or the name of the business,
reported may be either the name of the individual or the name of the business,
depending on the institution. Multiple owners on a single account will be
depending on the institution. Multiple owners on a single account will be
represented in the same `owner` object, not in multiple owner objects within
represented in the same `owner` object, not in multiple owner objects within
the array. In API versions 2018-05-22 and earlier, the `owners` object is not
the array. In API versions 2018-05-22 and earlier, the `owners` object is not
returned, and instead identity information is returned in the top level
returned, and instead identity information is returned in the top level
`identity` object. For more details, see [Plaid API
`identity` object. For more details, see [Plaid API
versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29)
versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29)
"""
"""
コピー
コピー済み
コピー
コピー済み
owners: [
PlaidOwner!]
owners: [
RemoteData
PlaidOwner!]
"""
"""
A unique and persistent identifier for accounts that can be used to trace
A unique and persistent identifier for accounts that can be used to trace
multiple instances of the same account across different Items for depository
multiple instances of the same account across different Items for depository
accounts. This is currently an opt-in field and only supported for Chase Items.
accounts. This is currently an opt-in field and only supported for Chase Items.
"""
"""
persistentAccountId: String
persistentAccountId: String
"""
"""
See the [Account type
See the [Account type
schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full
schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full
listing of account types and corresponding subtypes.
listing of account types and corresponding subtypes.
"""
"""
subtype: String
subtype: String
"""
"""
`investment:` Investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage` instead.
`investment:` Investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage` instead.
`credit:` Credit card
`credit:` Credit card
`depository:` Depository account
`depository:` Depository account
`loan:` Loan account
`loan:` Loan account
`other:` Non-specified account type
`other:` Non-specified account type
See the [Account type
See the [Account type
schema](https://plaid.com/docs/api/accounts#account-type-schema) for a full
schema](https://plaid.com/docs/api/accounts#account-type-schema) for a full
listing of account types and corresponding subtypes.
listing of account types and corresponding subtypes.
"""
"""
コピー
コピー済み
コピー
コピー済み
type: String
!
type: String
"""
"""
The current verification status of an Auth Item initiated through Automated or
The current verification status of an Auth Item initiated through Automated or
Manual micro-deposits. Returned for Auth Items only.
Manual micro-deposits. Returned for Auth Items only.
`pending_automatic_verification`: The Item is pending automatic verification
`pending_automatic_verification`: The Item is pending automatic verification
`pending_manual_verification`: The Item is pending manual micro-deposit
`pending_manual_verification`: The Item is pending manual micro-deposit
verification. Items remain in this state until the user successfully verifies
verification. Items remain in this state until the user successfully verifies
the two amounts.
the two amounts.
`automatically_verified`: The Item has successfully been automatically verified
`automatically_verified`: The Item has successfully been automatically verified
`manually_verified`: The Item has successfully been manually verified
`manually_verified`: The Item has successfully been manually verified
`verification_expired`: Plaid was unable to automatically verify the deposit
`verification_expired`: Plaid was unable to automatically verify the deposit
within 7 calendar days and will no longer attempt to validate the Item. Users
within 7 calendar days and will no longer attempt to validate the Item. Users
may retry by submitting their information again through Link.
may retry by submitting their information again through Link.
`verification_failed`: The Item failed manual micro-deposit verification
`verification_failed`: The Item failed manual micro-deposit verification
because the user exhausted all 3 verification attempts. Users may retry by
because the user exhausted all 3 verification attempts. Users may retry by
コピー
コピー済み
コピー
コピー済み
submitting their information again through Link.
submitting their information again through Link.
"""
"""
verificationStatus: String
verificationStatus: String
}
}
コピー
コピー済み
コピー
コピー済み
"""
"""
A physical mailing address.
A physical mailing address.
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidAddress {
type
RemoteData
PlaidAddress {
"""
"""
Data about the components comprising an address.
Data about the components comprising an address.
"""
"""
コピー
コピー済み
コピー
コピー済み
data:
PlaidAddressData
!
data:
RemoteData
PlaidAddressData
"""
"""
When `true`, identifies the address as the primary address on an account.
When `true`, identifies the address as the primary address on an account.
"""
"""
コピー
コピー済み
コピー
コピー済み
primary: Boolean
!
primary: Boolean
}
}
"""
"""
Data about the components comprising an address.
Data about the components comprising an address.
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidAddressData {
type
RemoteData
PlaidAddressData {
"""
"""
The full city name
The full city name
"""
"""
city: String
city: String
"""
"""
The ISO 3166-1 alpha-2 country code
The ISO 3166-1 alpha-2 country code
"""
"""
country: String
country: String
"""
"""
The postal code. In API versions 2018-05-22 and earlier, this field is called `zip`.
The postal code. In API versions 2018-05-22 and earlier, this field is called `zip`.
"""
"""
postalCode: String
postalCode: String
"""
"""
The region or state. In API versions 2018-05-22 and earlier, this field is called `state`.
The region or state. In API versions 2018-05-22 and earlier, this field is called `state`.
Example: `"NC"`
Example: `"NC"`
"""
"""
region: String
region: String
"""
"""
The full street address
The full street address
Example: `"564 Main Street, APT 15"`
Example: `"564 Main Street, APT 15"`
"""
"""
コピー
コピー済み
コピー
コピー済み
street: String
!
street: String
}
}
"""
"""
An object representing an email address
An object representing an email address
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidEmail {
type
RemoteData
PlaidEmail {
"""
"""
The email address.
The email address.
"""
"""
コピー
コピー済み
コピー
コピー済み
data: String
!
data: String
"""
"""
When `true`, identifies the email address as the primary email on an account.
When `true`, identifies the email address as the primary email on an account.
"""
"""
コピー
コピー済み
コピー
コピー済み
primary: Boolean
!
primary: Boolean
"""
"""
The type of email account as described by the financial institution.
The type of email account as described by the financial institution.
"""
"""
コピー
コピー済み
コピー
コピー済み
type: String
!
type: String
}
}
"""
"""
Data returned from the financial institution about the owner or owners of an
Data returned from the financial institution about the owner or owners of an
account. Only the `names` array must be non-empty.
account. Only the `names` array must be non-empty.
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidOwner {
type
RemoteData
PlaidOwner {
"""
"""
Data about the various addresses associated with the account by the financial
Data about the various addresses associated with the account by the financial
institution. May be an empty array if no relevant information is returned from
institution. May be an empty array if no relevant information is returned from
the financial institution.
the financial institution.
"""
"""
コピー
コピー済み
コピー
コピー済み
addresses: [
PlaidAddress!]
!
addresses: [
RemoteData
PlaidAddress!]
"""
"""
A list of email addresses associated with the account by the financial
A list of email addresses associated with the account by the financial
institution. May be an empty array if no relevant information is returned from
institution. May be an empty array if no relevant information is returned from
the financial institution.
the financial institution.
"""
"""
コピー
コピー済み
コピー
コピー済み
emails: [
PlaidEmail!]
!
emails: [
RemoteData
PlaidEmail!]
"""
"""
A list of names associated with the account by the financial institution. In
A list of names associated with the account by the financial institution. In
the case of a joint account, Plaid will make a best effort to report the names
the case of a joint account, Plaid will make a best effort to report the names
of all account holders.
of all account holders.
If an Item contains multiple accounts with different owner names, some
If an Item contains multiple accounts with different owner names, some
institutions will report all names associated with the Item in each account's `names` array.
institutions will report all names associated with the Item in each account's `names` array.
"""
"""
コピー
コピー済み
コピー
コピー済み
names: [String!]
!
names: [String!]
"""
"""
A list of phone numbers associated with the account by the financial
A list of phone numbers associated with the account by the financial
institution. May be an empty array if no relevant information is returned from
institution. May be an empty array if no relevant information is returned from
the financial institution.
the financial institution.
"""
"""
コピー
コピー済み
コピー
コピー済み
phoneNumbers: [
PlaidPhoneNumber!]
!
phoneNumbers: [
RemoteData
PlaidPhoneNumber!]
}
}
"""
"""
A phone number
A phone number
"""
"""
コピー
コピー済み
コピー
コピー済み
type
PlaidPhoneNumber {
type
RemoteData
PlaidPhoneNumber {
"""
"""
The phone number.
The phone number.
"""
"""
コピー
コピー済み
コピー
コピー済み
data: String
!
data: String
"""
"""
When `true`, identifies the phone number as the primary number on an account.
When `true`, identifies the phone number as the primary number on an account.
"""
"""
コピー
コピー済み
コピー
コピー済み
primary: Boolean
!
primary: Boolean
"""
"""
The type of phone number.
The type of phone number.
"""
"""
コピー
コピー済み
コピー
コピー済み
type: String
!
type: String
}
}
保存された差分
原文
ファイルを開く
""" Plaid Account Identity data. """ type PlaidAccountIdentity { """ Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. If an account with a specific `account_id` disappears instead of changing, the account is likely closed. Closed accounts are not returned by the Plaid API. Like all Plaid identifiers, the `account_id` is case sensitive. """ accountId: String! """ A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get`. """ balances: PlaidAccountBalance! """ The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user. """ mask: String """ The name of the account, either assigned by the user or by the financial institution itself """ name: String! """ The official name of the account as given by the financial institution """ officialName: String """ Data returned by the financial institution about the account owner or owners. Only returned by Identity or Assets endpoints. For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29) """ owners: [PlaidOwner!] """ A unique and persistent identifier for accounts that can be used to trace multiple instances of the same account across different Items for depository accounts. This is currently an opt-in field and only supported for Chase Items. """ persistentAccountId: String """ See the [Account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full listing of account types and corresponding subtypes. """ subtype: String """ `investment:` Investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage` instead. `credit:` Credit card `depository:` Depository account `loan:` Loan account `other:` Non-specified account type See the [Account type schema](https://plaid.com/docs/api/accounts#account-type-schema) for a full listing of account types and corresponding subtypes. """ type: String! """ The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the two amounts. `automatically_verified`: The Item has successfully been automatically verified `manually_verified`: The Item has successfully been manually verified `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. """ verificationStatus: String } """ A physical mailing address. """ type PlaidAddress { """ Data about the components comprising an address. """ data: PlaidAddressData! """ When `true`, identifies the address as the primary address on an account. """ primary: Boolean! } """ Data about the components comprising an address. """ type PlaidAddressData { """ The full city name """ city: String """ The ISO 3166-1 alpha-2 country code """ country: String """ The postal code. In API versions 2018-05-22 and earlier, this field is called `zip`. """ postalCode: String """ The region or state. In API versions 2018-05-22 and earlier, this field is called `state`. Example: `"NC"` """ region: String """ The full street address Example: `"564 Main Street, APT 15"` """ street: String! } """ An object representing an email address """ type PlaidEmail { """ The email address. """ data: String! """ When `true`, identifies the email address as the primary email on an account. """ primary: Boolean! """ The type of email account as described by the financial institution. """ type: String! } """ Data returned from the financial institution about the owner or owners of an account. Only the `names` array must be non-empty. """ type PlaidOwner { """ Data about the various addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ addresses: [PlaidAddress!]! """ A list of email addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ emails: [PlaidEmail!]! """ A list of names associated with the account by the financial institution. In the case of a joint account, Plaid will make a best effort to report the names of all account holders. If an Item contains multiple accounts with different owner names, some institutions will report all names associated with the Item in each account's `names` array. """ names: [String!]! """ A list of phone numbers associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ phoneNumbers: [PlaidPhoneNumber!]! } """ A phone number """ type PlaidPhoneNumber { """ The phone number. """ data: String! """ When `true`, identifies the phone number as the primary number on an account. """ primary: Boolean! """ The type of phone number. """ type: String! }
変更されたテキスト
ファイルを開く
""" Plaid Account Owners data. """ type RemoteDataPlaidAccountIdentity { """ Plaid’s unique identifier for the account. This value will not change unless Plaid can't reconcile the account with the data returned by the financial institution. This may occur, for example, when the name of the account changes. If this happens a new `account_id` will be assigned to the account. The `account_id` can also change if the `access_token` is deleted and the same credentials that were used to generate that `access_token` are used to generate a new `access_token` on a later date. In that case, the new `account_id` will be different from the old `account_id`. If an account with a specific `account_id` disappears instead of changing, the account is likely closed. Closed accounts are not returned by the Plaid API. Like all Plaid identifiers, the `account_id` is case sensitive. """ accountId: String """ A set of fields describing the balance for an account. Balance information may be cached unless the balance object was returned by `/accounts/balance/get`. """ balances: RemoteDataPlaidAccountBalance """ The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, and it may also not match the mask that the bank displays to the user. """ mask: String """ The name of the account, either assigned by the user or by the financial institution itself """ name: String """ The official name of the account as given by the financial institution """ officialName: String """ Data returned by the financial institution about the account owner or owners. Only returned by Identity or Assets endpoints. For business accounts, the name reported may be either the name of the individual or the name of the business, depending on the institution. Multiple owners on a single account will be represented in the same `owner` object, not in multiple owner objects within the array. In API versions 2018-05-22 and earlier, the `owners` object is not returned, and instead identity information is returned in the top level `identity` object. For more details, see [Plaid API versioning](https://plaid.com/docs/api/versioning/#version-2019-05-29) """ owners: [RemoteDataPlaidOwner!] """ A unique and persistent identifier for accounts that can be used to trace multiple instances of the same account across different Items for depository accounts. This is currently an opt-in field and only supported for Chase Items. """ persistentAccountId: String """ See the [Account type schema](https://plaid.com/docs/api/accounts/#account-type-schema) for a full listing of account types and corresponding subtypes. """ subtype: String """ `investment:` Investment account. In API versions 2018-05-22 and earlier, this type is called `brokerage` instead. `credit:` Credit card `depository:` Depository account `loan:` Loan account `other:` Non-specified account type See the [Account type schema](https://plaid.com/docs/api/accounts#account-type-schema) for a full listing of account types and corresponding subtypes. """ type: String """ The current verification status of an Auth Item initiated through Automated or Manual micro-deposits. Returned for Auth Items only. `pending_automatic_verification`: The Item is pending automatic verification `pending_manual_verification`: The Item is pending manual micro-deposit verification. Items remain in this state until the user successfully verifies the two amounts. `automatically_verified`: The Item has successfully been automatically verified `manually_verified`: The Item has successfully been manually verified `verification_expired`: Plaid was unable to automatically verify the deposit within 7 calendar days and will no longer attempt to validate the Item. Users may retry by submitting their information again through Link. `verification_failed`: The Item failed manual micro-deposit verification because the user exhausted all 3 verification attempts. Users may retry by submitting their information again through Link. """ verificationStatus: String } """ A physical mailing address. """ type RemoteDataPlaidAddress { """ Data about the components comprising an address. """ data: RemoteDataPlaidAddressData """ When `true`, identifies the address as the primary address on an account. """ primary: Boolean } """ Data about the components comprising an address. """ type RemoteDataPlaidAddressData { """ The full city name """ city: String """ The ISO 3166-1 alpha-2 country code """ country: String """ The postal code. In API versions 2018-05-22 and earlier, this field is called `zip`. """ postalCode: String """ The region or state. In API versions 2018-05-22 and earlier, this field is called `state`. Example: `"NC"` """ region: String """ The full street address Example: `"564 Main Street, APT 15"` """ street: String } """ An object representing an email address """ type RemoteDataPlaidEmail { """ The email address. """ data: String """ When `true`, identifies the email address as the primary email on an account. """ primary: Boolean """ The type of email account as described by the financial institution. """ type: String } """ Data returned from the financial institution about the owner or owners of an account. Only the `names` array must be non-empty. """ type RemoteDataPlaidOwner { """ Data about the various addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ addresses: [RemoteDataPlaidAddress!] """ A list of email addresses associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ emails: [RemoteDataPlaidEmail!] """ A list of names associated with the account by the financial institution. In the case of a joint account, Plaid will make a best effort to report the names of all account holders. If an Item contains multiple accounts with different owner names, some institutions will report all names associated with the Item in each account's `names` array. """ names: [String!] """ A list of phone numbers associated with the account by the financial institution. May be an empty array if no relevant information is returned from the financial institution. """ phoneNumbers: [RemoteDataPlaidPhoneNumber!] } """ A phone number """ type RemoteDataPlaidPhoneNumber { """ The phone number. """ data: String """ When `true`, identifies the phone number as the primary number on an account. """ primary: Boolean """ The type of phone number. """ type: String }
違いを見つける