Sha256: b374e9688ec4897ec4ed21a5ff0fb0eec3f66d1806dc552be98bd52b1b98239b
Contents?: true
Size: 402 Bytes
Versions: 6
Compression:
Stored size: 402 Bytes
Contents
# Conekta::UpdateCustomerAntifraudInfo ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_created_at** | **Integer** | | [optional] | | **first_paid_at** | **Integer** | | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::UpdateCustomerAntifraudInfo.new( account_created_at: 1484040996, first_paid_at: 1485151007 ) ```
Version data entries
6 entries across 6 versions & 1 rubygems