Name | Type | Description | Notes |
---|---|---|---|
AccountCreatedAt | Pointer to int64 | [optional] | |
FirstPaidAt | Pointer to int32 | [optional] |
func NewUpdateCustomerAntifraudInfo() *UpdateCustomerAntifraudInfo
NewUpdateCustomerAntifraudInfo instantiates a new UpdateCustomerAntifraudInfo 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
func NewUpdateCustomerAntifraudInfoWithDefaults() *UpdateCustomerAntifraudInfo
NewUpdateCustomerAntifraudInfoWithDefaults instantiates a new UpdateCustomerAntifraudInfo 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
func (o *UpdateCustomerAntifraudInfo) GetAccountCreatedAt() int64
GetAccountCreatedAt returns the AccountCreatedAt field if non-nil, zero value otherwise.
func (o *UpdateCustomerAntifraudInfo) 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.
func (o *UpdateCustomerAntifraudInfo) SetAccountCreatedAt(v int64)
SetAccountCreatedAt sets AccountCreatedAt field to given value.
func (o *UpdateCustomerAntifraudInfo) HasAccountCreatedAt() bool
HasAccountCreatedAt returns a boolean if a field has been set.
func (o *UpdateCustomerAntifraudInfo) GetFirstPaidAt() int32
GetFirstPaidAt returns the FirstPaidAt field if non-nil, zero value otherwise.
func (o *UpdateCustomerAntifraudInfo) 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.
func (o *UpdateCustomerAntifraudInfo) SetFirstPaidAt(v int32)
SetFirstPaidAt sets FirstPaidAt field to given value.
func (o *UpdateCustomerAntifraudInfo) HasFirstPaidAt() bool
HasFirstPaidAt returns a boolean if a field has been set.