Skip to main content

CashRetailerPaymentMethodDetails

No description

type CashRetailerPaymentMethodDetails implements PaymentMethodDetails {
enabled: Boolean!
barcodeUrl: URL!
barcodeNumber: String!
}

Fields

CashRetailerPaymentMethodDetails.enabled ● Boolean! non-null scalar

CashRetailerPaymentMethodDetails.barcodeUrl ● URL! non-null scalar

CashRetailerPaymentMethodDetails.barcodeNumber ● String! non-null scalar

Interfaces

PaymentMethodDetails interface