Skip to content

Latest commit

 

History

History
198 lines (105 loc) · 7.49 KB

CreditcarddetailResponse.md

File metadata and controls

198 lines (105 loc) · 7.49 KB

CreditcarddetailResponse

Properties

Name Type Description Notes
PkiCreditcarddetailID int32 The unique ID of the Creditcarddetail
FkiCreditcardtypeID int32 The unique ID of the Creditcardtype
SCreditcarddetailNumbermasked string The numbermasked of the Creditcarddetail
ICreditcarddetailExpirationmonth int32 The expirationmonth of the Creditcarddetail
ICreditcarddetailExpirationyear int32 The expirationyear of the Creditcarddetail
SCreditcarddetailCivic string The civic of the Creditcarddetail
SCreditcarddetailStreet string The street of the Creditcarddetail
SCreditcarddetailZip string The zip of the Creditcarddetail

Methods

NewCreditcarddetailResponse

func NewCreditcarddetailResponse(pkiCreditcarddetailID int32, fkiCreditcardtypeID int32, sCreditcarddetailNumbermasked string, iCreditcarddetailExpirationmonth int32, iCreditcarddetailExpirationyear int32, sCreditcarddetailCivic string, sCreditcarddetailStreet string, sCreditcarddetailZip string, ) *CreditcarddetailResponse

NewCreditcarddetailResponse instantiates a new CreditcarddetailResponse 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

NewCreditcarddetailResponseWithDefaults

func NewCreditcarddetailResponseWithDefaults() *CreditcarddetailResponse

NewCreditcarddetailResponseWithDefaults instantiates a new CreditcarddetailResponse 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

GetPkiCreditcarddetailID

func (o *CreditcarddetailResponse) GetPkiCreditcarddetailID() int32

GetPkiCreditcarddetailID returns the PkiCreditcarddetailID field if non-nil, zero value otherwise.

GetPkiCreditcarddetailIDOk

func (o *CreditcarddetailResponse) GetPkiCreditcarddetailIDOk() (*int32, bool)

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

SetPkiCreditcarddetailID

func (o *CreditcarddetailResponse) SetPkiCreditcarddetailID(v int32)

SetPkiCreditcarddetailID sets PkiCreditcarddetailID field to given value.

GetFkiCreditcardtypeID

func (o *CreditcarddetailResponse) GetFkiCreditcardtypeID() int32

GetFkiCreditcardtypeID returns the FkiCreditcardtypeID field if non-nil, zero value otherwise.

GetFkiCreditcardtypeIDOk

func (o *CreditcarddetailResponse) GetFkiCreditcardtypeIDOk() (*int32, bool)

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

SetFkiCreditcardtypeID

func (o *CreditcarddetailResponse) SetFkiCreditcardtypeID(v int32)

SetFkiCreditcardtypeID sets FkiCreditcardtypeID field to given value.

GetSCreditcarddetailNumbermasked

func (o *CreditcarddetailResponse) GetSCreditcarddetailNumbermasked() string

GetSCreditcarddetailNumbermasked returns the SCreditcarddetailNumbermasked field if non-nil, zero value otherwise.

GetSCreditcarddetailNumbermaskedOk

func (o *CreditcarddetailResponse) GetSCreditcarddetailNumbermaskedOk() (*string, bool)

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

SetSCreditcarddetailNumbermasked

func (o *CreditcarddetailResponse) SetSCreditcarddetailNumbermasked(v string)

SetSCreditcarddetailNumbermasked sets SCreditcarddetailNumbermasked field to given value.

GetICreditcarddetailExpirationmonth

func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationmonth() int32

GetICreditcarddetailExpirationmonth returns the ICreditcarddetailExpirationmonth field if non-nil, zero value otherwise.

GetICreditcarddetailExpirationmonthOk

func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationmonthOk() (*int32, bool)

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

SetICreditcarddetailExpirationmonth

func (o *CreditcarddetailResponse) SetICreditcarddetailExpirationmonth(v int32)

SetICreditcarddetailExpirationmonth sets ICreditcarddetailExpirationmonth field to given value.

GetICreditcarddetailExpirationyear

func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationyear() int32

GetICreditcarddetailExpirationyear returns the ICreditcarddetailExpirationyear field if non-nil, zero value otherwise.

GetICreditcarddetailExpirationyearOk

func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationyearOk() (*int32, bool)

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

SetICreditcarddetailExpirationyear

func (o *CreditcarddetailResponse) SetICreditcarddetailExpirationyear(v int32)

SetICreditcarddetailExpirationyear sets ICreditcarddetailExpirationyear field to given value.

GetSCreditcarddetailCivic

func (o *CreditcarddetailResponse) GetSCreditcarddetailCivic() string

GetSCreditcarddetailCivic returns the SCreditcarddetailCivic field if non-nil, zero value otherwise.

GetSCreditcarddetailCivicOk

func (o *CreditcarddetailResponse) GetSCreditcarddetailCivicOk() (*string, bool)

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

SetSCreditcarddetailCivic

func (o *CreditcarddetailResponse) SetSCreditcarddetailCivic(v string)

SetSCreditcarddetailCivic sets SCreditcarddetailCivic field to given value.

GetSCreditcarddetailStreet

func (o *CreditcarddetailResponse) GetSCreditcarddetailStreet() string

GetSCreditcarddetailStreet returns the SCreditcarddetailStreet field if non-nil, zero value otherwise.

GetSCreditcarddetailStreetOk

func (o *CreditcarddetailResponse) GetSCreditcarddetailStreetOk() (*string, bool)

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

SetSCreditcarddetailStreet

func (o *CreditcarddetailResponse) SetSCreditcarddetailStreet(v string)

SetSCreditcarddetailStreet sets SCreditcarddetailStreet field to given value.

GetSCreditcarddetailZip

func (o *CreditcarddetailResponse) GetSCreditcarddetailZip() string

GetSCreditcarddetailZip returns the SCreditcarddetailZip field if non-nil, zero value otherwise.

GetSCreditcarddetailZipOk

func (o *CreditcarddetailResponse) GetSCreditcarddetailZipOk() (*string, bool)

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

SetSCreditcarddetailZip

func (o *CreditcarddetailResponse) SetSCreditcarddetailZip(v string)

SetSCreditcarddetailZip sets SCreditcarddetailZip field to given value.

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