| 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] | |
| Pointer to string | [optional] | ||
| Url | Pointer to string | [optional] | |
| Address | Pointer to TransactionPaymentResponseBillingContactAddress | [optional] |
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
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
func (o *TransactionPaymentResponseBillingContact) GetName() TransactionPaymentResponseBillingContactName
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetName(v TransactionPaymentResponseBillingContactName)
SetName sets Name field to given value.
func (o *TransactionPaymentResponseBillingContact) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *TransactionPaymentResponseBillingContact) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetDepartment() string
GetDepartment returns the Department field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetDepartment(v string)
SetDepartment sets Department field to given value.
func (o *TransactionPaymentResponseBillingContact) HasDepartment() bool
HasDepartment returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetFax() string
GetFax returns the Fax field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetFax(v string)
SetFax sets Fax field to given value.
func (o *TransactionPaymentResponseBillingContact) HasFax() bool
HasFax returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *TransactionPaymentResponseBillingContact) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetAlternatePhone() string
GetAlternatePhone returns the AlternatePhone field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetAlternatePhone(v string)
SetAlternatePhone sets AlternatePhone field to given value.
func (o *TransactionPaymentResponseBillingContact) HasAlternatePhone() bool
HasAlternatePhone returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetMobile() string
GetMobile returns the Mobile field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetMobile(v string)
SetMobile sets Mobile field to given value.
func (o *TransactionPaymentResponseBillingContact) HasMobile() bool
HasMobile returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *TransactionPaymentResponseBillingContact) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *TransactionPaymentResponseBillingContact) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContact) GetAddress() TransactionPaymentResponseBillingContactAddress
GetAddress returns the Address field if non-nil, zero value otherwise.
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.
func (o *TransactionPaymentResponseBillingContact) SetAddress(v TransactionPaymentResponseBillingContactAddress)
SetAddress sets Address field to given value.
func (o *TransactionPaymentResponseBillingContact) HasAddress() bool
HasAddress returns a boolean if a field has been set.