Conekta::UpdateCustomerAntifraudInfo
August 1, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| account_created_at | Integer | [optional] | |
| first_paid_at | Integer | [optional] |
Example
require 'conekta'
instance = Conekta::UpdateCustomerAntifraudInfo.new(
account_created_at: 1484040996,
first_paid_at: 1485151007
)