Sha256: f6e50cce84e698cad16cd3fa62fc13233875ca24131493391aea268d4c4692a5
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
# VoucherifySdk::PublicationsCreateRequestBodyCustomer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of an existing customer. | [optional] | | **source_id** | **String** | A unique identifier of the customer who validates a voucher. It can be a customer ID or email from a CRM system, database, or a third-party service. If you also pass a customer ID (unique ID assigned by Voucherify), the source ID will be ignored. | [optional] | | **name** | **String** | Customer's first and last name. | [optional] | | **description** | **String** | An arbitrary string that you can attach to a customer object. | [optional] | | **email** | **String** | Customer's email address. | [optional] | | **phone** | **String** | Customer's phone number. This parameter is mandatory when you try to send out codes to customers via an SMS channel. | [optional] | | **birthday** | **Date** | `Deprecated`. ~~Customer's birthdate; format YYYY-MM-DD~~. | [optional] | | **birthdate** | **Date** | Customer's birthdate; format YYYY-MM-DD. | [optional] | | **address** | [**PublicationsCreateRequestBodyCustomerAddress**](PublicationsCreateRequestBodyCustomerAddress.md) | | [optional] | | **metadata** | **Object** | | [optional] |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voucherify-6.0.0 | docs/PublicationsCreateRequestBodyCustomer.md |