Sha256: a45014125e1e34194dddade9db28a8c0013820f5dd5401aff7d37d172939d9f8
Contents?: true
Size: 324 Bytes
Versions: 16
Compression:
Stored size: 324 Bytes
Contents
# MoneyKit::InternationalNumber ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **iban** | **String** | The IBAN. | | | **bic** | **String** | The BIC. | | ## Example ```ruby require 'moneykit' instance = MoneyKit::InternationalNumber.new( iban: null, bic: null ) ```
Version data entries
16 entries across 16 versions & 1 rubygems