OBJECT
RemittanceAdvice
Remittance advice
link GraphQL Schema definition
- type RemittanceAdvice implements Node {
- # Supporting documents relating to actions taken on the remittance advice.
- Image!]! : [
- # The total value of the commission within this remittance advice. Denominated in
- # cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the commission within this remittance advice. In string with
- # currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The date the remittance advice was created.
- ISO8601DateTime :
- ID! :
- # The id used to identify the remittance advice.
- Int! :
- # The date the remittance advice was paid.
- ISO8601DateTime :
- # External payment reference for the payment of the remittance advice.
- String :
- RemittanceAction!]! : [
- Remittance!]! : [
- Seller! :
- # The total amount of the remittance advice Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total amount of the remittance advice In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- # The total amount paid on the remittance advice Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total amount paid on the remittance advice In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- }