Name | Type | Description | Notes |
---|---|---|---|
PkiCreditcarddetailID | int32 | The unique ID of the Creditcarddetail | |
FkiCreditcardtypeID | int32 | The unique ID of the Creditcardtype | |
ICreditcarddetailLastdigits | int32 | The last digits 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 |
func NewCreditcarddetailResponse(pkiCreditcarddetailID int32, fkiCreditcardtypeID int32, iCreditcarddetailLastdigits int32, 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
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
func (o *CreditcarddetailResponse) GetPkiCreditcarddetailID() int32
GetPkiCreditcarddetailID returns the PkiCreditcarddetailID field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetPkiCreditcarddetailID(v int32)
SetPkiCreditcarddetailID sets PkiCreditcarddetailID field to given value.
func (o *CreditcarddetailResponse) GetFkiCreditcardtypeID() int32
GetFkiCreditcardtypeID returns the FkiCreditcardtypeID field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetFkiCreditcardtypeID(v int32)
SetFkiCreditcardtypeID sets FkiCreditcardtypeID field to given value.
func (o *CreditcarddetailResponse) GetICreditcarddetailLastdigits() int32
GetICreditcarddetailLastdigits returns the ICreditcarddetailLastdigits field if non-nil, zero value otherwise.
func (o *CreditcarddetailResponse) GetICreditcarddetailLastdigitsOk() (*int32, bool)
GetICreditcarddetailLastdigitsOk returns a tuple with the ICreditcarddetailLastdigits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditcarddetailResponse) SetICreditcarddetailLastdigits(v int32)
SetICreditcarddetailLastdigits sets ICreditcarddetailLastdigits field to given value.
func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationmonth() int32
GetICreditcarddetailExpirationmonth returns the ICreditcarddetailExpirationmonth field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetICreditcarddetailExpirationmonth(v int32)
SetICreditcarddetailExpirationmonth sets ICreditcarddetailExpirationmonth field to given value.
func (o *CreditcarddetailResponse) GetICreditcarddetailExpirationyear() int32
GetICreditcarddetailExpirationyear returns the ICreditcarddetailExpirationyear field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetICreditcarddetailExpirationyear(v int32)
SetICreditcarddetailExpirationyear sets ICreditcarddetailExpirationyear field to given value.
func (o *CreditcarddetailResponse) GetSCreditcarddetailCivic() string
GetSCreditcarddetailCivic returns the SCreditcarddetailCivic field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetSCreditcarddetailCivic(v string)
SetSCreditcarddetailCivic sets SCreditcarddetailCivic field to given value.
func (o *CreditcarddetailResponse) GetSCreditcarddetailStreet() string
GetSCreditcarddetailStreet returns the SCreditcarddetailStreet field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetSCreditcarddetailStreet(v string)
SetSCreditcarddetailStreet sets SCreditcarddetailStreet field to given value.
func (o *CreditcarddetailResponse) GetSCreditcarddetailZip() string
GetSCreditcarddetailZip returns the SCreditcarddetailZip field if non-nil, zero value otherwise.
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.
func (o *CreditcarddetailResponse) SetSCreditcarddetailZip(v string)
SetSCreditcarddetailZip sets SCreditcarddetailZip field to given value.