Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.11 KB

File metadata and controls

36 lines (30 loc) · 1.11 KB

OpenapiClient::PaymentLinkResponseCustomersInner

Properties

Name Type Description Notes
first_name String [optional]
last_name String [optional]
email String [optional]
phone String [optional]
notify_via_sms Boolean [optional]
notify_via_email Boolean [optional]
created_on String [optional]
company_name String [optional]
accounts Array<PaymentLinkResponseCustomersInnerAccountsInner> [optional]
address TransactionPaymentResponseBillingContactAddress [optional]

Example

require 'openapi_client'

instance = OpenapiClient::PaymentLinkResponseCustomersInner.new(
  first_name: null,
  last_name: null,
  email: null,
  phone: null,
  notify_via_sms: null,
  notify_via_email: null,
  created_on: null,
  company_name: null,
  accounts: null,
  address: null
)