Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.68 KB

File metadata and controls

212 lines (115 loc) · 6.68 KB

TransactionPaymentResponseBillingContactAddress

Properties

Name Type Description Notes
AddressLine1 Pointer to string [optional]
AddressLine2 Pointer to string [optional]
City Pointer to string [optional]
State Pointer to string [optional]
Country Pointer to int32 [optional]
PostalCode Pointer to string [optional]
TimeZone Pointer to string [optional]

Methods

NewTransactionPaymentResponseBillingContactAddress

func NewTransactionPaymentResponseBillingContactAddress() *TransactionPaymentResponseBillingContactAddress

NewTransactionPaymentResponseBillingContactAddress instantiates a new TransactionPaymentResponseBillingContactAddress 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

NewTransactionPaymentResponseBillingContactAddressWithDefaults

func NewTransactionPaymentResponseBillingContactAddressWithDefaults() *TransactionPaymentResponseBillingContactAddress

NewTransactionPaymentResponseBillingContactAddressWithDefaults instantiates a new TransactionPaymentResponseBillingContactAddress 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

GetAddressLine1

func (o *TransactionPaymentResponseBillingContactAddress) GetAddressLine1() string

GetAddressLine1 returns the AddressLine1 field if non-nil, zero value otherwise.

GetAddressLine1Ok

func (o *TransactionPaymentResponseBillingContactAddress) GetAddressLine1Ok() (*string, bool)

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

SetAddressLine1

func (o *TransactionPaymentResponseBillingContactAddress) SetAddressLine1(v string)

SetAddressLine1 sets AddressLine1 field to given value.

HasAddressLine1

func (o *TransactionPaymentResponseBillingContactAddress) HasAddressLine1() bool

HasAddressLine1 returns a boolean if a field has been set.

GetAddressLine2

func (o *TransactionPaymentResponseBillingContactAddress) GetAddressLine2() string

GetAddressLine2 returns the AddressLine2 field if non-nil, zero value otherwise.

GetAddressLine2Ok

func (o *TransactionPaymentResponseBillingContactAddress) GetAddressLine2Ok() (*string, bool)

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

SetAddressLine2

func (o *TransactionPaymentResponseBillingContactAddress) SetAddressLine2(v string)

SetAddressLine2 sets AddressLine2 field to given value.

HasAddressLine2

func (o *TransactionPaymentResponseBillingContactAddress) HasAddressLine2() bool

HasAddressLine2 returns a boolean if a field has been set.

GetCity

func (o *TransactionPaymentResponseBillingContactAddress) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

func (o *TransactionPaymentResponseBillingContactAddress) GetCityOk() (*string, bool)

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

SetCity

func (o *TransactionPaymentResponseBillingContactAddress) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *TransactionPaymentResponseBillingContactAddress) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *TransactionPaymentResponseBillingContactAddress) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *TransactionPaymentResponseBillingContactAddress) GetStateOk() (*string, bool)

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

SetState

func (o *TransactionPaymentResponseBillingContactAddress) SetState(v string)

SetState sets State field to given value.

HasState

func (o *TransactionPaymentResponseBillingContactAddress) HasState() bool

HasState returns a boolean if a field has been set.

GetCountry

func (o *TransactionPaymentResponseBillingContactAddress) GetCountry() int32

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *TransactionPaymentResponseBillingContactAddress) GetCountryOk() (*int32, bool)

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

SetCountry

func (o *TransactionPaymentResponseBillingContactAddress) SetCountry(v int32)

SetCountry sets Country field to given value.

HasCountry

func (o *TransactionPaymentResponseBillingContactAddress) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetPostalCode

func (o *TransactionPaymentResponseBillingContactAddress) GetPostalCode() string

GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.

GetPostalCodeOk

func (o *TransactionPaymentResponseBillingContactAddress) GetPostalCodeOk() (*string, bool)

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

SetPostalCode

func (o *TransactionPaymentResponseBillingContactAddress) SetPostalCode(v string)

SetPostalCode sets PostalCode field to given value.

HasPostalCode

func (o *TransactionPaymentResponseBillingContactAddress) HasPostalCode() bool

HasPostalCode returns a boolean if a field has been set.

GetTimeZone

func (o *TransactionPaymentResponseBillingContactAddress) GetTimeZone() string

GetTimeZone returns the TimeZone field if non-nil, zero value otherwise.

GetTimeZoneOk

func (o *TransactionPaymentResponseBillingContactAddress) GetTimeZoneOk() (*string, bool)

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

SetTimeZone

func (o *TransactionPaymentResponseBillingContactAddress) SetTimeZone(v string)

SetTimeZone sets TimeZone field to given value.

HasTimeZone

func (o *TransactionPaymentResponseBillingContactAddress) HasTimeZone() bool

HasTimeZone returns a boolean if a field has been set.

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