Name | Type | Description | Notes |
---|---|---|---|
BinDetails | Pointer to BinDetails | [optional] | |
CardDetails | Pointer to CardDetails | [optional] |
func NewTokenEnrichments() *TokenEnrichments
NewTokenEnrichments instantiates a new TokenEnrichments 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 NewTokenEnrichmentsWithDefaults() *TokenEnrichments
NewTokenEnrichmentsWithDefaults instantiates a new TokenEnrichments 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 *TokenEnrichments) GetBinDetails() BinDetails
GetBinDetails returns the BinDetails field if non-nil, zero value otherwise.
func (o *TokenEnrichments) GetBinDetailsOk() (*BinDetails, bool)
GetBinDetailsOk returns a tuple with the BinDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenEnrichments) SetBinDetails(v BinDetails)
SetBinDetails sets BinDetails field to given value.
func (o *TokenEnrichments) HasBinDetails() bool
HasBinDetails returns a boolean if a field has been set.
func (o *TokenEnrichments) GetCardDetails() CardDetails
GetCardDetails returns the CardDetails field if non-nil, zero value otherwise.
func (o *TokenEnrichments) GetCardDetailsOk() (*CardDetails, bool)
GetCardDetailsOk returns a tuple with the CardDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenEnrichments) SetCardDetails(v CardDetails)
SetCardDetails sets CardDetails field to given value.
func (o *TokenEnrichments) HasCardDetails() bool
HasCardDetails returns a boolean if a field has been set.