OBJECT
InvoicePayment
link GraphQL Schema definition
- type InvoicePayment {
- Int :
- Int :
- Float @deprecated( reason: "This field will no longer be used. Please use `currencyAmount.amount` instead" ) :
- Int @deprecated( reason: "This field will no longer be used. Please use `currencyAmount.currencyId` instead" ) :
- CurrencyAmount :
- Int :
- Float :
- DateTime @deprecated( reason: "This field will no longer be used. Please use `paidAt` instead" ) :
- DateTime :
- DateTime :
- DateTime :
- Currency @deprecated( reason: "This field will no longer be used. Please use `currencyAmount.currency` instead" ) :
- }