Skip to main content

CheckoutBilling Object

Description

Billing and payment information for a checkout.

Declaration

type CheckoutBilling {
status: String
paymentDate: Date
refundDate: Date
address: Address
paymentMethods: [CheckoutPaymentMethod!]
refunds: [CheckoutPaymentMethod!]
voucher: CheckoutVoucher
invoice: CheckoutInvoice
}

Fields

NameTypeDescription
statusStringBilling status (e.g., "pending", "paid", "refunded").
paymentDateDateDate when payment was received.
refundDateDateDate when refund was issued.
addressAddressBilling address.
paymentMethods[CheckoutPaymentMethod!]Payment methods used for this checkout.
refunds[CheckoutPaymentMethod!]Refunds issued for this checkout.
voucherCheckoutVoucherVoucher applied to this checkout.
invoiceCheckoutInvoiceInvoice information for this checkout.