| Name | Type | Description | Notes |
|---|---|---|---|
| AccountAge | Pointer to NullableString | [optional] | |
| AccountLastChanged | Pointer to NullableString | [optional] | |
| AccountChangeDate | Pointer to NullableString | [optional] | |
| AccountCreatedDate | Pointer to NullableString | [optional] | |
| AccountPwdLastChanged | Pointer to NullableString | [optional] | |
| AccountPwdChangeDate | Pointer to NullableString | [optional] | |
| PurchaseCountHalfYear | Pointer to NullableString | [optional] | |
| TransactionCountDay | Pointer to NullableString | [optional] | |
| PaymentAccountAge | Pointer to NullableString | [optional] | |
| TransactionCountYear | Pointer to NullableString | [optional] | |
| PaymentAccountCreated | Pointer to NullableString | [optional] | |
| ShippingAddressFirstUsed | Pointer to NullableString | [optional] | |
| ShippingAddressUsageDate | Pointer to NullableString | [optional] | |
| ShippingAccountNameMatch | Pointer to NullableBool | [optional] | |
| SuspiciousActivityObserved | Pointer to NullableBool | [optional] |
func NewThreeDSCardholderAccountInfo() *ThreeDSCardholderAccountInfo
NewThreeDSCardholderAccountInfo instantiates a new ThreeDSCardholderAccountInfo 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 NewThreeDSCardholderAccountInfoWithDefaults() *ThreeDSCardholderAccountInfo
NewThreeDSCardholderAccountInfoWithDefaults instantiates a new ThreeDSCardholderAccountInfo 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 *ThreeDSCardholderAccountInfo) GetAccountAge() string
GetAccountAge returns the AccountAge field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountAgeOk() (*string, bool)
GetAccountAgeOk returns a tuple with the AccountAge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountAge(v string)
SetAccountAge sets AccountAge field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountAge() bool
HasAccountAge returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountAgeNil(b bool)
SetAccountAgeNil sets the value for AccountAge to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountAge()
UnsetAccountAge ensures that no value is present for AccountAge, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetAccountLastChanged() string
GetAccountLastChanged returns the AccountLastChanged field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountLastChangedOk() (*string, bool)
GetAccountLastChangedOk returns a tuple with the AccountLastChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountLastChanged(v string)
SetAccountLastChanged sets AccountLastChanged field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountLastChanged() bool
HasAccountLastChanged returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountLastChangedNil(b bool)
SetAccountLastChangedNil sets the value for AccountLastChanged to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountLastChanged()
UnsetAccountLastChanged ensures that no value is present for AccountLastChanged, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDate() string
GetAccountChangeDate returns the AccountChangeDate field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDateOk() (*string, bool)
GetAccountChangeDateOk returns a tuple with the AccountChangeDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDate(v string)
SetAccountChangeDate sets AccountChangeDate field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountChangeDate() bool
HasAccountChangeDate returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDateNil(b bool)
SetAccountChangeDateNil sets the value for AccountChangeDate to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountChangeDate()
UnsetAccountChangeDate ensures that no value is present for AccountChangeDate, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDate() string
GetAccountCreatedDate returns the AccountCreatedDate field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDateOk() (*string, bool)
GetAccountCreatedDateOk returns a tuple with the AccountCreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDate(v string)
SetAccountCreatedDate sets AccountCreatedDate field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountCreatedDate() bool
HasAccountCreatedDate returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDateNil(b bool)
SetAccountCreatedDateNil sets the value for AccountCreatedDate to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountCreatedDate()
UnsetAccountCreatedDate ensures that no value is present for AccountCreatedDate, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChanged() string
GetAccountPwdLastChanged returns the AccountPwdLastChanged field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChangedOk() (*string, bool)
GetAccountPwdLastChangedOk returns a tuple with the AccountPwdLastChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChanged(v string)
SetAccountPwdLastChanged sets AccountPwdLastChanged field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountPwdLastChanged() bool
HasAccountPwdLastChanged returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChangedNil(b bool)
SetAccountPwdLastChangedNil sets the value for AccountPwdLastChanged to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdLastChanged()
UnsetAccountPwdLastChanged ensures that no value is present for AccountPwdLastChanged, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDate() string
GetAccountPwdChangeDate returns the AccountPwdChangeDate field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDateOk() (*string, bool)
GetAccountPwdChangeDateOk returns a tuple with the AccountPwdChangeDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDate(v string)
SetAccountPwdChangeDate sets AccountPwdChangeDate field to given value.
func (o *ThreeDSCardholderAccountInfo) HasAccountPwdChangeDate() bool
HasAccountPwdChangeDate returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDateNil(b bool)
SetAccountPwdChangeDateNil sets the value for AccountPwdChangeDate to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdChangeDate()
UnsetAccountPwdChangeDate ensures that no value is present for AccountPwdChangeDate, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYear() string
GetPurchaseCountHalfYear returns the PurchaseCountHalfYear field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYearOk() (*string, bool)
GetPurchaseCountHalfYearOk returns a tuple with the PurchaseCountHalfYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYear(v string)
SetPurchaseCountHalfYear sets PurchaseCountHalfYear field to given value.
func (o *ThreeDSCardholderAccountInfo) HasPurchaseCountHalfYear() bool
HasPurchaseCountHalfYear returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYearNil(b bool)
SetPurchaseCountHalfYearNil sets the value for PurchaseCountHalfYear to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetPurchaseCountHalfYear()
UnsetPurchaseCountHalfYear ensures that no value is present for PurchaseCountHalfYear, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDay() string
GetTransactionCountDay returns the TransactionCountDay field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDayOk() (*string, bool)
GetTransactionCountDayOk returns a tuple with the TransactionCountDay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDay(v string)
SetTransactionCountDay sets TransactionCountDay field to given value.
func (o *ThreeDSCardholderAccountInfo) HasTransactionCountDay() bool
HasTransactionCountDay returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDayNil(b bool)
SetTransactionCountDayNil sets the value for TransactionCountDay to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountDay()
UnsetTransactionCountDay ensures that no value is present for TransactionCountDay, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAge() string
GetPaymentAccountAge returns the PaymentAccountAge field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAgeOk() (*string, bool)
GetPaymentAccountAgeOk returns a tuple with the PaymentAccountAge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAge(v string)
SetPaymentAccountAge sets PaymentAccountAge field to given value.
func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountAge() bool
HasPaymentAccountAge returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAgeNil(b bool)
SetPaymentAccountAgeNil sets the value for PaymentAccountAge to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountAge()
UnsetPaymentAccountAge ensures that no value is present for PaymentAccountAge, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYear() string
GetTransactionCountYear returns the TransactionCountYear field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYearOk() (*string, bool)
GetTransactionCountYearOk returns a tuple with the TransactionCountYear field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYear(v string)
SetTransactionCountYear sets TransactionCountYear field to given value.
func (o *ThreeDSCardholderAccountInfo) HasTransactionCountYear() bool
HasTransactionCountYear returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYearNil(b bool)
SetTransactionCountYearNil sets the value for TransactionCountYear to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountYear()
UnsetTransactionCountYear ensures that no value is present for TransactionCountYear, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreated() string
GetPaymentAccountCreated returns the PaymentAccountCreated field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreatedOk() (*string, bool)
GetPaymentAccountCreatedOk returns a tuple with the PaymentAccountCreated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreated(v string)
SetPaymentAccountCreated sets PaymentAccountCreated field to given value.
func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountCreated() bool
HasPaymentAccountCreated returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreatedNil(b bool)
SetPaymentAccountCreatedNil sets the value for PaymentAccountCreated to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountCreated()
UnsetPaymentAccountCreated ensures that no value is present for PaymentAccountCreated, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsed() string
GetShippingAddressFirstUsed returns the ShippingAddressFirstUsed field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsedOk() (*string, bool)
GetShippingAddressFirstUsedOk returns a tuple with the ShippingAddressFirstUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsed(v string)
SetShippingAddressFirstUsed sets ShippingAddressFirstUsed field to given value.
func (o *ThreeDSCardholderAccountInfo) HasShippingAddressFirstUsed() bool
HasShippingAddressFirstUsed returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsedNil(b bool)
SetShippingAddressFirstUsedNil sets the value for ShippingAddressFirstUsed to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressFirstUsed()
UnsetShippingAddressFirstUsed ensures that no value is present for ShippingAddressFirstUsed, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDate() string
GetShippingAddressUsageDate returns the ShippingAddressUsageDate field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDateOk() (*string, bool)
GetShippingAddressUsageDateOk returns a tuple with the ShippingAddressUsageDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDate(v string)
SetShippingAddressUsageDate sets ShippingAddressUsageDate field to given value.
func (o *ThreeDSCardholderAccountInfo) HasShippingAddressUsageDate() bool
HasShippingAddressUsageDate returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDateNil(b bool)
SetShippingAddressUsageDateNil sets the value for ShippingAddressUsageDate to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressUsageDate()
UnsetShippingAddressUsageDate ensures that no value is present for ShippingAddressUsageDate, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatch() bool
GetShippingAccountNameMatch returns the ShippingAccountNameMatch field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatchOk() (*bool, bool)
GetShippingAccountNameMatchOk returns a tuple with the ShippingAccountNameMatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatch(v bool)
SetShippingAccountNameMatch sets ShippingAccountNameMatch field to given value.
func (o *ThreeDSCardholderAccountInfo) HasShippingAccountNameMatch() bool
HasShippingAccountNameMatch returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatchNil(b bool)
SetShippingAccountNameMatchNil sets the value for ShippingAccountNameMatch to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetShippingAccountNameMatch()
UnsetShippingAccountNameMatch ensures that no value is present for ShippingAccountNameMatch, not even an explicit nil
func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObserved() bool
GetSuspiciousActivityObserved returns the SuspiciousActivityObserved field if non-nil, zero value otherwise.
func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObservedOk() (*bool, bool)
GetSuspiciousActivityObservedOk returns a tuple with the SuspiciousActivityObserved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObserved(v bool)
SetSuspiciousActivityObserved sets SuspiciousActivityObserved field to given value.
func (o *ThreeDSCardholderAccountInfo) HasSuspiciousActivityObserved() bool
HasSuspiciousActivityObserved returns a boolean if a field has been set.
func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObservedNil(b bool)
SetSuspiciousActivityObservedNil sets the value for SuspiciousActivityObserved to be an explicit nil
func (o *ThreeDSCardholderAccountInfo) UnsetSuspiciousActivityObserved()
UnsetSuspiciousActivityObserved ensures that no value is present for SuspiciousActivityObserved, not even an explicit nil