InternalDirectDebitStandardMerchantPaymentMethod
InternalDirectDebitStandardMerchantPaymentMethod
type InternalDirectDebitStandardMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
merchantProfile: MerchantProfile!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
createdAt: Date!
updatedAt: Date!
rollingReserve: RollingReserve
}
Fields
InternalDirectDebitStandardMerchantPaymentMethod.id ● ID! non-null scalar
Unique identifier tied to every version of a given Merchant Payment Method
InternalDirectDebitStandardMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum
The Merchant Payment Method Type
InternalDirectDebitStandardMerchantPaymentMethod.merchantProfile ● MerchantProfile! non-null object
Merchant Profile to which the Payment Method is attached
InternalDirectDebitStandardMerchantPaymentMethod.methodId ● ID! non-null scalar
Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type
InternalDirectDebitStandardMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface
Status of the Merchant Payment Method
InternalDirectDebitStandardMerchantPaymentMethod.version ● Int! non-null scalar
Version of the Merchant Payment Method
InternalDirectDebitStandardMerchantPaymentMethod.createdAt ● Date! non-null scalar
Date at which the Merchant Payment Method was created
InternalDirectDebitStandardMerchantPaymentMethod.updatedAt ● Date! non-null scalar
Date at which the Merchant Payment Method was last updated
InternalDirectDebitStandardMerchantPaymentMethod.rollingReserve ● RollingReserve object
Rolling Reserve applied to the Merchant Payment Method
Interfaces
MerchantPaymentMethod interface
Base object for the different Payment Methods available