CheckoutBillingInput Input
Description
Input fields for billing information.
Declaration
input CheckoutBillingInput {
address: AddressInput
voucher: CheckoutVoucherInput
}
Fields
| Name | Type | Description |
|---|---|---|
address | AddressInput | Billing address. |
voucher | CheckoutVoucherInput | Voucher to apply. |