Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.82 KB

File metadata and controls

290 lines (157 loc) · 8.82 KB

TransactionPaymentResponseBillingContact

Properties

Name Type Description Notes
Name Pointer to TransactionPaymentResponseBillingContactName [optional]
CompanyName Pointer to string [optional]
Department Pointer to string [optional]
Fax Pointer to string [optional]
Phone Pointer to string [optional]
AlternatePhone Pointer to string [optional]
Mobile Pointer to string [optional]
Email Pointer to string [optional]
Url Pointer to string [optional]
Address Pointer to TransactionPaymentResponseBillingContactAddress [optional]

Methods

NewTransactionPaymentResponseBillingContact

func NewTransactionPaymentResponseBillingContact() *TransactionPaymentResponseBillingContact

NewTransactionPaymentResponseBillingContact instantiates a new TransactionPaymentResponseBillingContact 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

NewTransactionPaymentResponseBillingContactWithDefaults

func NewTransactionPaymentResponseBillingContactWithDefaults() *TransactionPaymentResponseBillingContact

NewTransactionPaymentResponseBillingContactWithDefaults instantiates a new TransactionPaymentResponseBillingContact 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

GetName

func (o *TransactionPaymentResponseBillingContact) GetName() TransactionPaymentResponseBillingContactName

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TransactionPaymentResponseBillingContact) GetNameOk() (*TransactionPaymentResponseBillingContactName, bool)

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

SetName

func (o *TransactionPaymentResponseBillingContact) SetName(v TransactionPaymentResponseBillingContactName)

SetName sets Name field to given value.

HasName

func (o *TransactionPaymentResponseBillingContact) HasName() bool

HasName returns a boolean if a field has been set.

GetCompanyName

func (o *TransactionPaymentResponseBillingContact) GetCompanyName() string

GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.

GetCompanyNameOk

func (o *TransactionPaymentResponseBillingContact) GetCompanyNameOk() (*string, bool)

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

SetCompanyName

func (o *TransactionPaymentResponseBillingContact) SetCompanyName(v string)

SetCompanyName sets CompanyName field to given value.

HasCompanyName

func (o *TransactionPaymentResponseBillingContact) HasCompanyName() bool

HasCompanyName returns a boolean if a field has been set.

GetDepartment

func (o *TransactionPaymentResponseBillingContact) GetDepartment() string

GetDepartment returns the Department field if non-nil, zero value otherwise.

GetDepartmentOk

func (o *TransactionPaymentResponseBillingContact) GetDepartmentOk() (*string, bool)

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

SetDepartment

func (o *TransactionPaymentResponseBillingContact) SetDepartment(v string)

SetDepartment sets Department field to given value.

HasDepartment

func (o *TransactionPaymentResponseBillingContact) HasDepartment() bool

HasDepartment returns a boolean if a field has been set.

GetFax

func (o *TransactionPaymentResponseBillingContact) GetFax() string

GetFax returns the Fax field if non-nil, zero value otherwise.

GetFaxOk

func (o *TransactionPaymentResponseBillingContact) GetFaxOk() (*string, bool)

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

SetFax

func (o *TransactionPaymentResponseBillingContact) SetFax(v string)

SetFax sets Fax field to given value.

HasFax

func (o *TransactionPaymentResponseBillingContact) HasFax() bool

HasFax returns a boolean if a field has been set.

GetPhone

func (o *TransactionPaymentResponseBillingContact) GetPhone() string

GetPhone returns the Phone field if non-nil, zero value otherwise.

GetPhoneOk

func (o *TransactionPaymentResponseBillingContact) GetPhoneOk() (*string, bool)

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

SetPhone

func (o *TransactionPaymentResponseBillingContact) SetPhone(v string)

SetPhone sets Phone field to given value.

HasPhone

func (o *TransactionPaymentResponseBillingContact) HasPhone() bool

HasPhone returns a boolean if a field has been set.

GetAlternatePhone

func (o *TransactionPaymentResponseBillingContact) GetAlternatePhone() string

GetAlternatePhone returns the AlternatePhone field if non-nil, zero value otherwise.

GetAlternatePhoneOk

func (o *TransactionPaymentResponseBillingContact) GetAlternatePhoneOk() (*string, bool)

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

SetAlternatePhone

func (o *TransactionPaymentResponseBillingContact) SetAlternatePhone(v string)

SetAlternatePhone sets AlternatePhone field to given value.

HasAlternatePhone

func (o *TransactionPaymentResponseBillingContact) HasAlternatePhone() bool

HasAlternatePhone returns a boolean if a field has been set.

GetMobile

func (o *TransactionPaymentResponseBillingContact) GetMobile() string

GetMobile returns the Mobile field if non-nil, zero value otherwise.

GetMobileOk

func (o *TransactionPaymentResponseBillingContact) GetMobileOk() (*string, bool)

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

SetMobile

func (o *TransactionPaymentResponseBillingContact) SetMobile(v string)

SetMobile sets Mobile field to given value.

HasMobile

func (o *TransactionPaymentResponseBillingContact) HasMobile() bool

HasMobile returns a boolean if a field has been set.

GetEmail

func (o *TransactionPaymentResponseBillingContact) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

func (o *TransactionPaymentResponseBillingContact) GetEmailOk() (*string, bool)

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

SetEmail

func (o *TransactionPaymentResponseBillingContact) SetEmail(v string)

SetEmail sets Email field to given value.

HasEmail

func (o *TransactionPaymentResponseBillingContact) HasEmail() bool

HasEmail returns a boolean if a field has been set.

GetUrl

func (o *TransactionPaymentResponseBillingContact) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *TransactionPaymentResponseBillingContact) GetUrlOk() (*string, bool)

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

SetUrl

func (o *TransactionPaymentResponseBillingContact) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *TransactionPaymentResponseBillingContact) HasUrl() bool

HasUrl returns a boolean if a field has been set.

GetAddress

func (o *TransactionPaymentResponseBillingContact) GetAddress() TransactionPaymentResponseBillingContactAddress

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *TransactionPaymentResponseBillingContact) GetAddressOk() (*TransactionPaymentResponseBillingContactAddress, bool)

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

SetAddress

func (o *TransactionPaymentResponseBillingContact) SetAddress(v TransactionPaymentResponseBillingContactAddress)

SetAddress sets Address field to given value.

HasAddress

func (o *TransactionPaymentResponseBillingContact) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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