Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 406 Bytes

CustomerAntifraudInfoResponse.md

File metadata and controls

20 lines (14 loc) · 406 Bytes

Conekta::CustomerAntifraudInfoResponse

Properties

Name Type Description Notes
first_paid_at Integer [optional]
account_created_at Integer [optional]

Example

require 'conekta'

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