Skip to main content

MerchantAppPaymentInput

type MerchantAppPaymentInput {
name: String!
price: Float!
}

Fields

nameString!required

The created merchant app keeps the name of the payment.

priceFloat!required

The area where the price information of the product is kept. Input array can be sent a minimum of one element and a maximum of 2 elements.