Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.4 KB

TokenEnrichments.md

File metadata and controls

82 lines (45 loc) · 2.4 KB

TokenEnrichments

Properties

Name Type Description Notes
BinDetails Pointer to BinDetails [optional]
CardDetails Pointer to CardDetails [optional]

Methods

NewTokenEnrichments

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

NewTokenEnrichmentsWithDefaults

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

GetBinDetails

func (o *TokenEnrichments) GetBinDetails() BinDetails

GetBinDetails returns the BinDetails field if non-nil, zero value otherwise.

GetBinDetailsOk

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.

SetBinDetails

func (o *TokenEnrichments) SetBinDetails(v BinDetails)

SetBinDetails sets BinDetails field to given value.

HasBinDetails

func (o *TokenEnrichments) HasBinDetails() bool

HasBinDetails returns a boolean if a field has been set.

GetCardDetails

func (o *TokenEnrichments) GetCardDetails() CardDetails

GetCardDetails returns the CardDetails field if non-nil, zero value otherwise.

GetCardDetailsOk

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.

SetCardDetails

func (o *TokenEnrichments) SetCardDetails(v CardDetails)

SetCardDetails sets CardDetails field to given value.

HasCardDetails

func (o *TokenEnrichments) HasCardDetails() bool

HasCardDetails returns a boolean if a field has been set.

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