Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
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 }
尋找差異