Skip to main content

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

Overrides

Omit.billing_address


id

id: number

The unique payment method id for a customer.

Inherited from

Omit.id


include?

include?: Object

Additional information as requested

Type declaration

addresses?

addresses?: Address[]

Inherited from

Omit.include


payment_details

payment_details: PaymentDetails

Overrides

Omit.payment_details


Generated using typedoc-plugin-markdown and TypeDoc