Name | Type | Description | Notes |
---|---|---|---|
phone | String | The customer's contact phone number.<br />If SMS Cardholder Receipts feature is enabled in the terminal, We will use this number to automatically send the receipts of eventual transactions. | [optional] |
String | The customer's contact email address.<br />If Email Cardholder Receipt feature is enabled in the terminal, We will use this address to automatically send the receipts of eventual transactions. | [optional] |
require 'worldnet_payments'
instance = WorldnetPayments::CustomerUpdatableData.new(
phone: null,
email: null
)