Sha256: 64824e9953a679ae42e9ca8213f4e637576dc849916300d9dc324a8a5419236d
Contents?: true
Size: 522 Bytes
Versions: 11
Compression:
Stored size: 522 Bytes
Contents
# MoneyKit::PhoneNumber ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **number** | **String** | A phone number for the account owner. | | | **primary** | **Boolean** | Indicates if this is the primary phone number for the account owner. | [optional][default to false] | | **type** | [**PhoneNumberType**](PhoneNumberType.md) | | | ## Example ```ruby require 'moneykit' instance = MoneyKit::PhoneNumber.new( number: +16175551212, primary: null, type: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems