Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Latest commit

 

History

History
570 lines (317 loc) · 20.4 KB

File metadata and controls

570 lines (317 loc) · 20.4 KB

ThreeDSCardholderAccountInfo

Properties

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]

Methods

NewThreeDSCardholderAccountInfo

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

NewThreeDSCardholderAccountInfoWithDefaults

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

GetAccountAge

func (o *ThreeDSCardholderAccountInfo) GetAccountAge() string

GetAccountAge returns the AccountAge field if non-nil, zero value otherwise.

GetAccountAgeOk

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.

SetAccountAge

func (o *ThreeDSCardholderAccountInfo) SetAccountAge(v string)

SetAccountAge sets AccountAge field to given value.

HasAccountAge

func (o *ThreeDSCardholderAccountInfo) HasAccountAge() bool

HasAccountAge returns a boolean if a field has been set.

SetAccountAgeNil

func (o *ThreeDSCardholderAccountInfo) SetAccountAgeNil(b bool)

SetAccountAgeNil sets the value for AccountAge to be an explicit nil

UnsetAccountAge

func (o *ThreeDSCardholderAccountInfo) UnsetAccountAge()

UnsetAccountAge ensures that no value is present for AccountAge, not even an explicit nil

GetAccountLastChanged

func (o *ThreeDSCardholderAccountInfo) GetAccountLastChanged() string

GetAccountLastChanged returns the AccountLastChanged field if non-nil, zero value otherwise.

GetAccountLastChangedOk

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.

SetAccountLastChanged

func (o *ThreeDSCardholderAccountInfo) SetAccountLastChanged(v string)

SetAccountLastChanged sets AccountLastChanged field to given value.

HasAccountLastChanged

func (o *ThreeDSCardholderAccountInfo) HasAccountLastChanged() bool

HasAccountLastChanged returns a boolean if a field has been set.

SetAccountLastChangedNil

func (o *ThreeDSCardholderAccountInfo) SetAccountLastChangedNil(b bool)

SetAccountLastChangedNil sets the value for AccountLastChanged to be an explicit nil

UnsetAccountLastChanged

func (o *ThreeDSCardholderAccountInfo) UnsetAccountLastChanged()

UnsetAccountLastChanged ensures that no value is present for AccountLastChanged, not even an explicit nil

GetAccountChangeDate

func (o *ThreeDSCardholderAccountInfo) GetAccountChangeDate() string

GetAccountChangeDate returns the AccountChangeDate field if non-nil, zero value otherwise.

GetAccountChangeDateOk

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.

SetAccountChangeDate

func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDate(v string)

SetAccountChangeDate sets AccountChangeDate field to given value.

HasAccountChangeDate

func (o *ThreeDSCardholderAccountInfo) HasAccountChangeDate() bool

HasAccountChangeDate returns a boolean if a field has been set.

SetAccountChangeDateNil

func (o *ThreeDSCardholderAccountInfo) SetAccountChangeDateNil(b bool)

SetAccountChangeDateNil sets the value for AccountChangeDate to be an explicit nil

UnsetAccountChangeDate

func (o *ThreeDSCardholderAccountInfo) UnsetAccountChangeDate()

UnsetAccountChangeDate ensures that no value is present for AccountChangeDate, not even an explicit nil

GetAccountCreatedDate

func (o *ThreeDSCardholderAccountInfo) GetAccountCreatedDate() string

GetAccountCreatedDate returns the AccountCreatedDate field if non-nil, zero value otherwise.

GetAccountCreatedDateOk

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.

SetAccountCreatedDate

func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDate(v string)

SetAccountCreatedDate sets AccountCreatedDate field to given value.

HasAccountCreatedDate

func (o *ThreeDSCardholderAccountInfo) HasAccountCreatedDate() bool

HasAccountCreatedDate returns a boolean if a field has been set.

SetAccountCreatedDateNil

func (o *ThreeDSCardholderAccountInfo) SetAccountCreatedDateNil(b bool)

SetAccountCreatedDateNil sets the value for AccountCreatedDate to be an explicit nil

UnsetAccountCreatedDate

func (o *ThreeDSCardholderAccountInfo) UnsetAccountCreatedDate()

UnsetAccountCreatedDate ensures that no value is present for AccountCreatedDate, not even an explicit nil

GetAccountPwdLastChanged

func (o *ThreeDSCardholderAccountInfo) GetAccountPwdLastChanged() string

GetAccountPwdLastChanged returns the AccountPwdLastChanged field if non-nil, zero value otherwise.

GetAccountPwdLastChangedOk

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.

SetAccountPwdLastChanged

func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChanged(v string)

SetAccountPwdLastChanged sets AccountPwdLastChanged field to given value.

HasAccountPwdLastChanged

func (o *ThreeDSCardholderAccountInfo) HasAccountPwdLastChanged() bool

HasAccountPwdLastChanged returns a boolean if a field has been set.

SetAccountPwdLastChangedNil

func (o *ThreeDSCardholderAccountInfo) SetAccountPwdLastChangedNil(b bool)

SetAccountPwdLastChangedNil sets the value for AccountPwdLastChanged to be an explicit nil

UnsetAccountPwdLastChanged

func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdLastChanged()

UnsetAccountPwdLastChanged ensures that no value is present for AccountPwdLastChanged, not even an explicit nil

GetAccountPwdChangeDate

func (o *ThreeDSCardholderAccountInfo) GetAccountPwdChangeDate() string

GetAccountPwdChangeDate returns the AccountPwdChangeDate field if non-nil, zero value otherwise.

GetAccountPwdChangeDateOk

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.

SetAccountPwdChangeDate

func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDate(v string)

SetAccountPwdChangeDate sets AccountPwdChangeDate field to given value.

HasAccountPwdChangeDate

func (o *ThreeDSCardholderAccountInfo) HasAccountPwdChangeDate() bool

HasAccountPwdChangeDate returns a boolean if a field has been set.

SetAccountPwdChangeDateNil

func (o *ThreeDSCardholderAccountInfo) SetAccountPwdChangeDateNil(b bool)

SetAccountPwdChangeDateNil sets the value for AccountPwdChangeDate to be an explicit nil

UnsetAccountPwdChangeDate

func (o *ThreeDSCardholderAccountInfo) UnsetAccountPwdChangeDate()

UnsetAccountPwdChangeDate ensures that no value is present for AccountPwdChangeDate, not even an explicit nil

GetPurchaseCountHalfYear

func (o *ThreeDSCardholderAccountInfo) GetPurchaseCountHalfYear() string

GetPurchaseCountHalfYear returns the PurchaseCountHalfYear field if non-nil, zero value otherwise.

GetPurchaseCountHalfYearOk

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.

SetPurchaseCountHalfYear

func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYear(v string)

SetPurchaseCountHalfYear sets PurchaseCountHalfYear field to given value.

HasPurchaseCountHalfYear

func (o *ThreeDSCardholderAccountInfo) HasPurchaseCountHalfYear() bool

HasPurchaseCountHalfYear returns a boolean if a field has been set.

SetPurchaseCountHalfYearNil

func (o *ThreeDSCardholderAccountInfo) SetPurchaseCountHalfYearNil(b bool)

SetPurchaseCountHalfYearNil sets the value for PurchaseCountHalfYear to be an explicit nil

UnsetPurchaseCountHalfYear

func (o *ThreeDSCardholderAccountInfo) UnsetPurchaseCountHalfYear()

UnsetPurchaseCountHalfYear ensures that no value is present for PurchaseCountHalfYear, not even an explicit nil

GetTransactionCountDay

func (o *ThreeDSCardholderAccountInfo) GetTransactionCountDay() string

GetTransactionCountDay returns the TransactionCountDay field if non-nil, zero value otherwise.

GetTransactionCountDayOk

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.

SetTransactionCountDay

func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDay(v string)

SetTransactionCountDay sets TransactionCountDay field to given value.

HasTransactionCountDay

func (o *ThreeDSCardholderAccountInfo) HasTransactionCountDay() bool

HasTransactionCountDay returns a boolean if a field has been set.

SetTransactionCountDayNil

func (o *ThreeDSCardholderAccountInfo) SetTransactionCountDayNil(b bool)

SetTransactionCountDayNil sets the value for TransactionCountDay to be an explicit nil

UnsetTransactionCountDay

func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountDay()

UnsetTransactionCountDay ensures that no value is present for TransactionCountDay, not even an explicit nil

GetPaymentAccountAge

func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountAge() string

GetPaymentAccountAge returns the PaymentAccountAge field if non-nil, zero value otherwise.

GetPaymentAccountAgeOk

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.

SetPaymentAccountAge

func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAge(v string)

SetPaymentAccountAge sets PaymentAccountAge field to given value.

HasPaymentAccountAge

func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountAge() bool

HasPaymentAccountAge returns a boolean if a field has been set.

SetPaymentAccountAgeNil

func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountAgeNil(b bool)

SetPaymentAccountAgeNil sets the value for PaymentAccountAge to be an explicit nil

UnsetPaymentAccountAge

func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountAge()

UnsetPaymentAccountAge ensures that no value is present for PaymentAccountAge, not even an explicit nil

GetTransactionCountYear

func (o *ThreeDSCardholderAccountInfo) GetTransactionCountYear() string

GetTransactionCountYear returns the TransactionCountYear field if non-nil, zero value otherwise.

GetTransactionCountYearOk

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.

SetTransactionCountYear

func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYear(v string)

SetTransactionCountYear sets TransactionCountYear field to given value.

HasTransactionCountYear

func (o *ThreeDSCardholderAccountInfo) HasTransactionCountYear() bool

HasTransactionCountYear returns a boolean if a field has been set.

SetTransactionCountYearNil

func (o *ThreeDSCardholderAccountInfo) SetTransactionCountYearNil(b bool)

SetTransactionCountYearNil sets the value for TransactionCountYear to be an explicit nil

UnsetTransactionCountYear

func (o *ThreeDSCardholderAccountInfo) UnsetTransactionCountYear()

UnsetTransactionCountYear ensures that no value is present for TransactionCountYear, not even an explicit nil

GetPaymentAccountCreated

func (o *ThreeDSCardholderAccountInfo) GetPaymentAccountCreated() string

GetPaymentAccountCreated returns the PaymentAccountCreated field if non-nil, zero value otherwise.

GetPaymentAccountCreatedOk

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.

SetPaymentAccountCreated

func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreated(v string)

SetPaymentAccountCreated sets PaymentAccountCreated field to given value.

HasPaymentAccountCreated

func (o *ThreeDSCardholderAccountInfo) HasPaymentAccountCreated() bool

HasPaymentAccountCreated returns a boolean if a field has been set.

SetPaymentAccountCreatedNil

func (o *ThreeDSCardholderAccountInfo) SetPaymentAccountCreatedNil(b bool)

SetPaymentAccountCreatedNil sets the value for PaymentAccountCreated to be an explicit nil

UnsetPaymentAccountCreated

func (o *ThreeDSCardholderAccountInfo) UnsetPaymentAccountCreated()

UnsetPaymentAccountCreated ensures that no value is present for PaymentAccountCreated, not even an explicit nil

GetShippingAddressFirstUsed

func (o *ThreeDSCardholderAccountInfo) GetShippingAddressFirstUsed() string

GetShippingAddressFirstUsed returns the ShippingAddressFirstUsed field if non-nil, zero value otherwise.

GetShippingAddressFirstUsedOk

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.

SetShippingAddressFirstUsed

func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsed(v string)

SetShippingAddressFirstUsed sets ShippingAddressFirstUsed field to given value.

HasShippingAddressFirstUsed

func (o *ThreeDSCardholderAccountInfo) HasShippingAddressFirstUsed() bool

HasShippingAddressFirstUsed returns a boolean if a field has been set.

SetShippingAddressFirstUsedNil

func (o *ThreeDSCardholderAccountInfo) SetShippingAddressFirstUsedNil(b bool)

SetShippingAddressFirstUsedNil sets the value for ShippingAddressFirstUsed to be an explicit nil

UnsetShippingAddressFirstUsed

func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressFirstUsed()

UnsetShippingAddressFirstUsed ensures that no value is present for ShippingAddressFirstUsed, not even an explicit nil

GetShippingAddressUsageDate

func (o *ThreeDSCardholderAccountInfo) GetShippingAddressUsageDate() string

GetShippingAddressUsageDate returns the ShippingAddressUsageDate field if non-nil, zero value otherwise.

GetShippingAddressUsageDateOk

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.

SetShippingAddressUsageDate

func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDate(v string)

SetShippingAddressUsageDate sets ShippingAddressUsageDate field to given value.

HasShippingAddressUsageDate

func (o *ThreeDSCardholderAccountInfo) HasShippingAddressUsageDate() bool

HasShippingAddressUsageDate returns a boolean if a field has been set.

SetShippingAddressUsageDateNil

func (o *ThreeDSCardholderAccountInfo) SetShippingAddressUsageDateNil(b bool)

SetShippingAddressUsageDateNil sets the value for ShippingAddressUsageDate to be an explicit nil

UnsetShippingAddressUsageDate

func (o *ThreeDSCardholderAccountInfo) UnsetShippingAddressUsageDate()

UnsetShippingAddressUsageDate ensures that no value is present for ShippingAddressUsageDate, not even an explicit nil

GetShippingAccountNameMatch

func (o *ThreeDSCardholderAccountInfo) GetShippingAccountNameMatch() bool

GetShippingAccountNameMatch returns the ShippingAccountNameMatch field if non-nil, zero value otherwise.

GetShippingAccountNameMatchOk

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.

SetShippingAccountNameMatch

func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatch(v bool)

SetShippingAccountNameMatch sets ShippingAccountNameMatch field to given value.

HasShippingAccountNameMatch

func (o *ThreeDSCardholderAccountInfo) HasShippingAccountNameMatch() bool

HasShippingAccountNameMatch returns a boolean if a field has been set.

SetShippingAccountNameMatchNil

func (o *ThreeDSCardholderAccountInfo) SetShippingAccountNameMatchNil(b bool)

SetShippingAccountNameMatchNil sets the value for ShippingAccountNameMatch to be an explicit nil

UnsetShippingAccountNameMatch

func (o *ThreeDSCardholderAccountInfo) UnsetShippingAccountNameMatch()

UnsetShippingAccountNameMatch ensures that no value is present for ShippingAccountNameMatch, not even an explicit nil

GetSuspiciousActivityObserved

func (o *ThreeDSCardholderAccountInfo) GetSuspiciousActivityObserved() bool

GetSuspiciousActivityObserved returns the SuspiciousActivityObserved field if non-nil, zero value otherwise.

GetSuspiciousActivityObservedOk

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.

SetSuspiciousActivityObserved

func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObserved(v bool)

SetSuspiciousActivityObserved sets SuspiciousActivityObserved field to given value.

HasSuspiciousActivityObserved

func (o *ThreeDSCardholderAccountInfo) HasSuspiciousActivityObserved() bool

HasSuspiciousActivityObserved returns a boolean if a field has been set.

SetSuspiciousActivityObservedNil

func (o *ThreeDSCardholderAccountInfo) SetSuspiciousActivityObservedNil(b bool)

SetSuspiciousActivityObservedNil sets the value for SuspiciousActivityObserved to be an explicit nil

UnsetSuspiciousActivityObserved

func (o *ThreeDSCardholderAccountInfo) UnsetSuspiciousActivityObserved()

UnsetSuspiciousActivityObserved ensures that no value is present for SuspiciousActivityObserved, not even an explicit nil

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