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