Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 771 Bytes

CustomerUpdatableData.md

File metadata and controls

20 lines (14 loc) · 771 Bytes

WorldnetPayments::CustomerUpdatableData

Properties

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]
email 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]

Example

require 'worldnet_payments'

instance = WorldnetPayments::CustomerUpdatableData.new(
  phone: null,
  email: null
)