Skip to main content

PaymentMerchant

Permission required: payment_merchant:read

type PaymentMerchant {
code: String
externalTransactions(
after: String
before: String
filter: PaymentExternalTransactionComplexFilterInput
first: Int
last: Int
): PaymentExternalTransactionConnection
gateway: PaymentGateway
id: ID
name: String
}

Fields

PaymentMerchant.code ● String scalar

The code of the payment merchant.

PaymentMerchant.externalTransactions ● PaymentExternalTransactionConnection object

The external transactions recorded for the merchant.

PaymentMerchant.externalTransactions.after ● String scalar

Returns the elements in the list that come after the specified cursor.

PaymentMerchant.externalTransactions.before ● String scalar

Returns the elements in the list that come before the specified cursor.

PaymentMerchant.externalTransactions.filter ● PaymentExternalTransactionComplexFilterInput input
PaymentMerchant.externalTransactions.first ● Int scalar

Returns the first _n_ elements from the list.

PaymentMerchant.externalTransactions.last ● Int scalar

Returns the last _n_ elements from the list.

PaymentMerchant.gateway ● PaymentGateway object

The payment gateway the merchant belongs to.

PaymentMerchant.id ● ID scalar

The unique identifier of the record.

PaymentMerchant.name ● String scalar

The name of the payment merchant.

Returned By

paymentMerchant query

Member Of

PaymentExternalTransaction object ● PaymentGateway object ● PaymentMerchantConnection object ● PaymentMerchantEdge object