Types > CustomerPaymentSourceModify
Description
Topic: Customers
Fields
Billing city
Billing address country code
Billing address line 1
Billing address line 2
Billing address state code
Billing zip or postal code
Credit card expiration month
Example: 2
Credit card expiration year
Example: 2019
Name of the card holder
Used By
Mutations
Preview (typescript)
interface CustomerPaymentSourceModify {address_city?: stringaddress_country?: stringaddress_line1?: stringaddress_line2?: stringaddress_state?: stringaddress_zip?: stringexp_month?: numberexp_year?: numbername?: string}