InternalDirectDebitStandardMerchantPaymentMethod
InternalDirectDebitStandardMerchantPaymentMethod
type InternalDirectDebitStandardMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
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.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.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