Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.53 KB

CardDetails.md

File metadata and controls

102 lines (57 loc) · 2.53 KB

CardDetails

Properties

Name Type Description Notes
Bin Pointer to NullableString [optional]
Last4 Pointer to NullableString [optional]

Methods

NewCardDetails

func NewCardDetails() *CardDetails

NewCardDetails instantiates a new CardDetails 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

NewCardDetailsWithDefaults

func NewCardDetailsWithDefaults() *CardDetails

NewCardDetailsWithDefaults instantiates a new CardDetails 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

GetBin

func (o *CardDetails) GetBin() string

GetBin returns the Bin field if non-nil, zero value otherwise.

GetBinOk

func (o *CardDetails) GetBinOk() (*string, bool)

GetBinOk returns a tuple with the Bin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBin

func (o *CardDetails) SetBin(v string)

SetBin sets Bin field to given value.

HasBin

func (o *CardDetails) HasBin() bool

HasBin returns a boolean if a field has been set.

SetBinNil

func (o *CardDetails) SetBinNil(b bool)

SetBinNil sets the value for Bin to be an explicit nil

UnsetBin

func (o *CardDetails) UnsetBin()

UnsetBin ensures that no value is present for Bin, not even an explicit nil

GetLast4

func (o *CardDetails) GetLast4() string

GetLast4 returns the Last4 field if non-nil, zero value otherwise.

GetLast4Ok

func (o *CardDetails) GetLast4Ok() (*string, bool)

GetLast4Ok returns a tuple with the Last4 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLast4

func (o *CardDetails) SetLast4(v string)

SetLast4 sets Last4 field to given value.

HasLast4

func (o *CardDetails) HasLast4() bool

HasLast4 returns a boolean if a field has been set.

SetLast4Nil

func (o *CardDetails) SetLast4Nil(b bool)

SetLast4Nil sets the value for Last4 to be an explicit nil

UnsetLast4

func (o *CardDetails) UnsetLast4()

UnsetLast4 ensures that no value is present for Last4, not even an explicit nil

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