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
deleted_at?
optionaldeleted_at:string
The time the payment method was deleted. This is only included if include_deleted is true.
Inherited from
Omit.deleted_at
id
id:
number
The unique payment method id for a customer.
Inherited from
Omit.id
include?
optionalinclude:object
Additional information as requested
addresses?
optionaladdresses:Address[]
Inherited from
Omit.include
payment_details
payment_details:
PaymentDetails
Details about the specific payment method
Overrides
Omit.payment_details