| Name | Type | Description | Notes |
|---|---|---|---|
| Title | Pointer to string | [optional] | |
| FirstName | Pointer to string | [optional] | |
| MiddleName | Pointer to string | [optional] | |
| LastName | Pointer to string | [optional] |
func NewTransactionPaymentResponseBillingContactName() *TransactionPaymentResponseBillingContactName
NewTransactionPaymentResponseBillingContactName instantiates a new TransactionPaymentResponseBillingContactName 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 NewTransactionPaymentResponseBillingContactNameWithDefaults() *TransactionPaymentResponseBillingContactName
NewTransactionPaymentResponseBillingContactNameWithDefaults instantiates a new TransactionPaymentResponseBillingContactName 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 *TransactionPaymentResponseBillingContactName) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseBillingContactName) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseBillingContactName) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *TransactionPaymentResponseBillingContactName) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContactName) GetFirstName() string
GetFirstName returns the FirstName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseBillingContactName) GetFirstNameOk() (*string, bool)
GetFirstNameOk returns a tuple with the FirstName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseBillingContactName) SetFirstName(v string)
SetFirstName sets FirstName field to given value.
func (o *TransactionPaymentResponseBillingContactName) HasFirstName() bool
HasFirstName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContactName) GetMiddleName() string
GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseBillingContactName) GetMiddleNameOk() (*string, bool)
GetMiddleNameOk returns a tuple with the MiddleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseBillingContactName) SetMiddleName(v string)
SetMiddleName sets MiddleName field to given value.
func (o *TransactionPaymentResponseBillingContactName) HasMiddleName() bool
HasMiddleName returns a boolean if a field has been set.
func (o *TransactionPaymentResponseBillingContactName) GetLastName() string
GetLastName returns the LastName field if non-nil, zero value otherwise.
func (o *TransactionPaymentResponseBillingContactName) GetLastNameOk() (*string, bool)
GetLastNameOk returns a tuple with the LastName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionPaymentResponseBillingContactName) SetLastName(v string)
SetLastName sets LastName field to given value.
func (o *TransactionPaymentResponseBillingContactName) HasLastName() bool
HasLastName returns a boolean if a field has been set.