Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.28 KB

File metadata and controls

134 lines (73 loc) · 4.28 KB

TransactionPaymentResponseBillingContactName

Properties

Name Type Description Notes
Title Pointer to string [optional]
FirstName Pointer to string [optional]
MiddleName Pointer to string [optional]
LastName Pointer to string [optional]

Methods

NewTransactionPaymentResponseBillingContactName

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

NewTransactionPaymentResponseBillingContactNameWithDefaults

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

GetTitle

func (o *TransactionPaymentResponseBillingContactName) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

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.

SetTitle

func (o *TransactionPaymentResponseBillingContactName) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *TransactionPaymentResponseBillingContactName) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetFirstName

func (o *TransactionPaymentResponseBillingContactName) GetFirstName() string

GetFirstName returns the FirstName field if non-nil, zero value otherwise.

GetFirstNameOk

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.

SetFirstName

func (o *TransactionPaymentResponseBillingContactName) SetFirstName(v string)

SetFirstName sets FirstName field to given value.

HasFirstName

func (o *TransactionPaymentResponseBillingContactName) HasFirstName() bool

HasFirstName returns a boolean if a field has been set.

GetMiddleName

func (o *TransactionPaymentResponseBillingContactName) GetMiddleName() string

GetMiddleName returns the MiddleName field if non-nil, zero value otherwise.

GetMiddleNameOk

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.

SetMiddleName

func (o *TransactionPaymentResponseBillingContactName) SetMiddleName(v string)

SetMiddleName sets MiddleName field to given value.

HasMiddleName

func (o *TransactionPaymentResponseBillingContactName) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

GetLastName

func (o *TransactionPaymentResponseBillingContactName) GetLastName() string

GetLastName returns the LastName field if non-nil, zero value otherwise.

GetLastNameOk

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.

SetLastName

func (o *TransactionPaymentResponseBillingContactName) SetLastName(v string)

SetLastName sets LastName field to given value.

HasLastName

func (o *TransactionPaymentResponseBillingContactName) HasLastName() bool

HasLastName returns a boolean if a field has been set.

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