MerchantAppPaymentInput
type MerchantAppPaymentInput {
name: String!
price: Float!
}
Fields
The created merchant app keeps the name of the payment.
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.