Sha256: 70ed0ba0eb155fb050da3bdeae0a2cd37219088093696f568bd0ee2f2a8ba7ac

Contents?: true

Size: 833 Bytes

Versions: 3

Compression:

Stored size: 833 Bytes

Contents

# MoneyKit::CustomerUserPhone

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **number** | **String** | The user's phone number, preferably in E164 format, including the country code. |  |
| **country** | [**Country**](Country.md) |  | [optional] |
| **customer_verified_at** | **Time** | Optional timestamp that marks when you last verified this number (such as when the user most         recently returned a verification code sent via SMS to this number).         Only include this field if you verified the number.  You may supply zeros if the time (but not the date)         is unknown. | [optional] |

## Example

```ruby
require 'moneykit'

instance = MoneyKit::CustomerUserPhone.new(
  number: +16175551212,
  country: null,
  customer_verified_at: 2023-02-16T00:00:00
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
moneykit-0.1.13 docs/CustomerUserPhone.md
moneykit-0.1.12 docs/CustomerUserPhone.md
moneykit-0.1.11 docs/CustomerUserPhone.md