Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.65 KB

CustomerAntifraudInfoResponse.md

File metadata and controls

82 lines (45 loc) · 2.65 KB

CustomerAntifraudInfoResponse

Properties

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

Methods

NewCustomerAntifraudInfoResponse

func NewCustomerAntifraudInfoResponse() *CustomerAntifraudInfoResponse

NewCustomerAntifraudInfoResponse instantiates a new CustomerAntifraudInfoResponse 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

NewCustomerAntifraudInfoResponseWithDefaults

func NewCustomerAntifraudInfoResponseWithDefaults() *CustomerAntifraudInfoResponse

NewCustomerAntifraudInfoResponseWithDefaults instantiates a new CustomerAntifraudInfoResponse 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

GetFirstPaidAt

func (o *CustomerAntifraudInfoResponse) GetFirstPaidAt() int32

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

GetFirstPaidAtOk

func (o *CustomerAntifraudInfoResponse) GetFirstPaidAtOk() (*int32, 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 *CustomerAntifraudInfoResponse) SetFirstPaidAt(v int32)

SetFirstPaidAt sets FirstPaidAt field to given value.

HasFirstPaidAt

func (o *CustomerAntifraudInfoResponse) HasFirstPaidAt() bool

HasFirstPaidAt returns a boolean if a field has been set.

GetAccountCreatedAt

func (o *CustomerAntifraudInfoResponse) GetAccountCreatedAt() int64

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

GetAccountCreatedAtOk

func (o *CustomerAntifraudInfoResponse) 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 *CustomerAntifraudInfoResponse) SetAccountCreatedAt(v int64)

SetAccountCreatedAt sets AccountCreatedAt field to given value.

HasAccountCreatedAt

func (o *CustomerAntifraudInfoResponse) HasAccountCreatedAt() bool

HasAccountCreatedAt returns a boolean if a field has been set.

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