SendPaymentMessageInput
Input for sendPaymentLink and sendPaymentReceipt.
input SendPaymentMessageInput {
channel: MessageChannel
customerEmail: AWSEmail
customerPhone: AWSPhone
language: String
paymentId: ID!
}
Fields
SendPaymentMessageInput.channel ● MessageChannel enum
The channel used to send the payment message. Defaults to EMAIL.
SendPaymentMessageInput.customerEmail ● AWSEmail scalar
The customer will receive the payment message on this email address. Defaults to the customer email on the payment.
SendPaymentMessageInput.customerPhone ● AWSPhone scalar
Phone number in E.164 format. The customer will receive the payment message on this phone number. Defaults to the customer phone on the payment.
SendPaymentMessageInput.language ● String scalar
The language of message sent to the customer. If not provided the default customer language is used if available.
SendPaymentMessageInput.paymentId ● ID! non-null scalar
Payment id.
Member Of
sendPaymentLink mutation ● sendPaymentReceipt mutation