Sha256: 0649bdf4c6f50ae891e908377919b44cc5c6e47e7a47d8d2eb75d340926842e5
Contents?: true
Size: 687 Bytes
Versions: 5
Compression:
Stored size: 687 Bytes
Contents
# MoneyKit::CustomerUserEmail ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **address** | **String** | The user's email address. | | | **customer_verified_at** | **Time** | Optional timestamp that marks when you last verified this email (such as when the user most recently clicked a verification url sent to this address). Only include this field if you verified the address. You may supply zeros if the time (but not the date) is unknown. | [optional] | ## Example ```ruby require 'moneykit' instance = MoneyKit::CustomerUserEmail.new( address: null, customer_verified_at: 2023-02-16T00:00:00 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems