docs/PostCustomerAliasesInnerBankModel

CybridApiBank::PostCustomerAliasesInnerBankModel

Properties

Name Type Description Notes
full String The customer’s full name. Required when type is business. [optional]

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostCustomerAliasesInnerBankModel.new(
  full: null
)