Sha256: 19436fe76578f2881335553c270d3d02eafd80ba2c355c9ffcf2e3a04511983e

Contents?: true

Size: 955 Bytes

Versions: 5

Compression:

Stored size: 955 Bytes

Contents

# SquareConnect::CreateCustomerCardRequest

### Description

Defines the fields that are included in the request body of a request to the 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](/payments/sqpaymentform/overview) for more information.  __Note:__ Card nonces generated by digital wallets (e.g., Apple Pay) cannot be used to create a customer card. | 
**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

5 entries across 5 versions & 1 rubygems

Version Path
square_connect-2.20190612.0.311 docs/CreateCustomerCardRequest.md
square_connect-2.20190612.0.309 docs/CreateCustomerCardRequest.md
square_connect-2.20190508.0.304 docs/CreateCustomerCardRequest.md
square_connect-2.20190410.1.300 docs/CreateCustomerCardRequest.md
square_connect-2.20190410.0.296 docs/CreateCustomerCardRequest.md