WithdrawalInput Input
Declaration
input WithdrawalInput {
reference: String!
name: String!
email: String!
reason: String
}
Fields
| Name | Type | Description |
|---|---|---|
reference | String! | Order number or any other reference provided by the customer. |
name | String! | Full name of the customer. |
email | String! | Contact email address of the customer. |
reason | String | Optional reason for the withdrawal / cancellation. |