Skip to main content

Interface: DeliveryPaymentMethod

Extends

  • Omit<PaymentMethod, "created_at" | "customer_id" | "default" | "payment_type" | "processor_customer_token" | "processor_name" | "processor_payment_method_token" | "status_reason" | "status" | "updated_at">

Properties

billing_address

billing_address: AssociatedAddress

An object with the customer’s address information.

Overrides

Omit.billing_address


id

id: number

The unique payment method id for a customer.

Inherited from

Omit.id


include?

optional include: object

Additional information as requested

addresses?

optional addresses: Address[]

Inherited from

Omit.include


payment_details

payment_details: PaymentDetails

Details about the specific payment method

Overrides

Omit.payment_details