Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.51 KB

CustomerAntifraudInfo.md

File metadata and controls

82 lines (45 loc) · 2.51 KB

CustomerAntifraudInfo

Properties

Name Type Description Notes
AccountCreatedAt Pointer to int64 [optional]
FirstPaidAt Pointer to int64 [optional]

Methods

NewCustomerAntifraudInfo

func NewCustomerAntifraudInfo() *CustomerAntifraudInfo

NewCustomerAntifraudInfo instantiates a new CustomerAntifraudInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCustomerAntifraudInfoWithDefaults

func NewCustomerAntifraudInfoWithDefaults() *CustomerAntifraudInfo

NewCustomerAntifraudInfoWithDefaults instantiates a new CustomerAntifraudInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAccountCreatedAt

func (o *CustomerAntifraudInfo) GetAccountCreatedAt() int64

GetAccountCreatedAt returns the AccountCreatedAt field if non-nil, zero value otherwise.

GetAccountCreatedAtOk

func (o *CustomerAntifraudInfo) GetAccountCreatedAtOk() (*int64, bool)

GetAccountCreatedAtOk returns a tuple with the AccountCreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAccountCreatedAt

func (o *CustomerAntifraudInfo) SetAccountCreatedAt(v int64)

SetAccountCreatedAt sets AccountCreatedAt field to given value.

HasAccountCreatedAt

func (o *CustomerAntifraudInfo) HasAccountCreatedAt() bool

HasAccountCreatedAt returns a boolean if a field has been set.

GetFirstPaidAt

func (o *CustomerAntifraudInfo) GetFirstPaidAt() int64

GetFirstPaidAt returns the FirstPaidAt field if non-nil, zero value otherwise.

GetFirstPaidAtOk

func (o *CustomerAntifraudInfo) GetFirstPaidAtOk() (*int64, bool)

GetFirstPaidAtOk returns a tuple with the FirstPaidAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFirstPaidAt

func (o *CustomerAntifraudInfo) SetFirstPaidAt(v int64)

SetFirstPaidAt sets FirstPaidAt field to given value.

HasFirstPaidAt

func (o *CustomerAntifraudInfo) HasFirstPaidAt() bool

HasFirstPaidAt returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]