Conekta::UpdateCustomerAntifraudInfo

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
account_created_atInteger[optional]
first_paid_atInteger[optional]

Example

require 'conekta'

instance = Conekta::UpdateCustomerAntifraudInfo.new(
  account_created_at: 1484040996,
  first_paid_at: 1485151007
)