docs/PostPlanSourceAccountBankModel

CybridApiBank::PostPlanSourceAccountBankModel

Properties

Name Type Description Notes
guid String The source account’s identifier.
amount Integer The amount to be delivered in base units of the source account currency [optional]

Example

require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostPlanSourceAccountBankModel.new(
  guid: null,
  amount: null
)