Sha256: 8935467772528ac07a163b753b7630cb08f8d4394f70ef58a13c77c196ee77da

Contents?: true

Size: 831 Bytes

Versions: 2

Compression:

Stored size: 831 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: 6175551212,
  country: null,
  customer_verified_at: 2023-02-16T00:00:00
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moneykit-0.1.15 docs/CustomerUserPhone.md
moneykit-0.1.14 docs/CustomerUserPhone.md