Skip to main content

WithdrawalInput Input

Declaration

input WithdrawalInput {
reference: String!
name: String!
email: String!
reason: String
}

Fields

NameTypeDescription
referenceString!Order number or any other reference provided by the customer.
nameString!Full name of the customer.
emailString!Contact email address of the customer.
reasonStringOptional reason for the withdrawal / cancellation.