Sha256: ecb4eca20f416f603dee001e919bfc2eab2ed91a60fc21de147723975836041d
Contents?: true
Size: 873 Bytes
Versions: 14
Compression:
Stored size: 873 Bytes
Contents
# SquareConnect::CreateCustomerCardRequest ### Description Defines the fields that are included in the request body of a request to the [CreateCustomerCard](#endpoint-createcustomercard) endpoint. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **card_nonce** | **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](/articles/adding-payment-form/) for more information. | **billing_address** | [**Address**](Address.md) | Address information for the card on file. Only the `postal_code` field is required for payments in the US and Canada. | [optional] **cardholder_name** | **String** | The cardholder's name. | [optional]
Version data entries
14 entries across 14 versions & 1 rubygems