Interface: UpdatePaymentMethodRequest
Extends
Partial
<Pick
<PaymentMethod
,"billing_address"
|"default"
>>
Properties
billing_address?
optional
billing_address:AssociatedAddress
An object with the customer’s address information.
Inherited from
Partial.billing_address
default?
optional
default:boolean
If this is the default payment method for the customer
Inherited from
Partial.default