Name | Type | Description | Notes |
---|---|---|---|
Bin | Pointer to NullableString | [optional] | |
Last4 | Pointer to NullableString | [optional] |
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
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
func (o *CardDetails) GetBin() string
GetBin returns the Bin field if non-nil, zero value otherwise.
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.
func (o *CardDetails) SetBin(v string)
SetBin sets Bin field to given value.
func (o *CardDetails) HasBin() bool
HasBin returns a boolean if a field has been set.
func (o *CardDetails) SetBinNil(b bool)
SetBinNil sets the value for Bin to be an explicit nil
func (o *CardDetails) UnsetBin()
UnsetBin ensures that no value is present for Bin, not even an explicit nil
func (o *CardDetails) GetLast4() string
GetLast4 returns the Last4 field if non-nil, zero value otherwise.
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.
func (o *CardDetails) SetLast4(v string)
SetLast4 sets Last4 field to given value.
func (o *CardDetails) HasLast4() bool
HasLast4 returns a boolean if a field has been set.
func (o *CardDetails) SetLast4Nil(b bool)
SetLast4Nil sets the value for Last4 to be an explicit nil
func (o *CardDetails) UnsetLast4()
UnsetLast4 ensures that no value is present for Last4, not even an explicit nil