docs/PatchCustomerBankModel

CybridApiBank::PatchCustomerBankModel

Properties

Name Type Description Notes
state String The customer’s state. [optional]

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PatchCustomerBankModel.new(
  state: null
)