Sha256: 58cf5d170aba7a813a6843be0196dbb9b822b737c9c53fd6feb2ff6859ad9e57
Contents?: true
Size: 681 Bytes
Versions: 4
Compression:
Stored size: 681 Bytes
Contents
# SyncteraRubySdk::BalanceInquiryRequestModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_type** | **String** | | | | **card_acceptor** | [**CardAcceptorModel**](CardAcceptorModel.md) | | | | **card_id** | **String** | | | | **mid** | **String** | | | | **network_fees** | [**Array<NetworkFeeModel>**](NetworkFeeModel.md) | | [optional] | | **pin** | **String** | | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::BalanceInquiryRequestModel.new( account_type: null, card_acceptor: null, card_id: null, mid: null, network_fees: null, pin: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems