OBJECT
PaymentMethod
PaymentMethod model
link GraphQL Schema definition
- type PaymentMethod {
- String :
- Int :
- String :
- String @deprecated( reason: "2020-08-18: This field is being deprecated in favor of providerType" ) :
- String @deprecated( reason: "2020-08-18: This field is being deprecated in favor of providerType" ) :
- # Defines the type of the payment method. Meant to be moved to "type" in the
- # future.
- PaymentMethodType :
- # Returns the balance amount and the currency of this paymentMethod
- Amount! :
- Account :
- # For gift cards, this field will return to the source payment method
- PaymentMethod :
- JSON :
- Host] : [
- ISODateTime :
- ISODateTime :
- }
link Require by
- AccountAccount interface shared by all kind of accounts (Bot, Collective, Event, User, Organization)
- BotThis represents a Bot account
- CollectiveThis represents a Collective account
- CreditThis represents a Credit transaction
- CreditCardWithStripeErrornull
- DebitThis represents a Debit transaction
- EventThis represents an Event account
- FundThis represents an Project account
- HostThis represents an Host account
- IndividualThis represents an Individual account
- OrderOrder model
- OrganizationThis represents an Organization account
- PaymentMethodPaymentMethod model
- ProjectThis represents an Project account
- TransactionTransaction interface shared by all kind of transactions (Debit, Credit)