Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.25 KB

CreateCustomerCardRequest.md

File metadata and controls

13 lines (9 loc) · 1.25 KB

CreateCustomerCardRequest

Properties

Name Getter Setter Type Description Notes
card_nonce getCardNonce() setCardNonce($value) string A card nonce representing the credit card to link to the customer. Card nonces are generated by the `SqPaymentForm` that buyers enter their card information into. See Embedding the payment form for more information. Note: Card nonces generated by digital wallets (e.g., Apple Pay) cannot be used to create a customer card.
billing_address getBillingAddress() setBillingAddress($value) \SquareConnect\Model\Address Address information for the card on file. Only the `postal_code` field is required for payments in the US and Canada. [optional]
cardholder_name getCardholderName() setCardholderName($value) string The cardholder's name. [optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]