INPUT_OBJECT
RemittanceAdviceUpdateMutationInput
Autogenerated input type of RemittanceAdviceUpdateMutation
link GraphQL Schema definition
- input RemittanceAdviceUpdateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the remittance advice.
- ID! :
- # Total paid to the seller on this remittance advice denominated in cents.
- Int! :
- # Supporting documents relating to actions taken on the remittance advice.
- ImageInput!] : [
- # The date the remittance advice was paid.
- ISO8601DateTime :
- # External payment reference for the payment of the remittance advice.
- String :
- }