Sha256: 1ba240b05bdd62084c9829d6001dab66e5605af518231b93a41361540789902f
Contents?: true
Size: 461 Bytes
Versions: 16
Compression:
Stored size: 461 Bytes
Contents
# MoneyKit::EftNumber ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_number** | **String** | The account number. | | | **institution_number** | **String** | The institution number. | | | **branch_number** | **String** | The branch number. | | ## Example ```ruby require 'moneykit' instance = MoneyKit::EftNumber.new( account_number: null, institution_number: null, branch_number: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems