Skip to content

Latest commit

 

History

History
181 lines (98 loc) · 5.64 KB

File metadata and controls

181 lines (98 loc) · 5.64 KB

TransactionRefundEligibilityRequest

Properties

Name Type Description Notes
InvoiceNumber Pointer to string [optional]
PONumber Pointer to string [optional]
RefundAmount Pointer to float32 [optional]
TransactionId string
Remarks Pointer to string [optional]
Splits Pointer to []PaymentIntentRequestSplitsInner [optional]

Methods

NewTransactionRefundEligibilityRequest

func NewTransactionRefundEligibilityRequest(transactionId string, ) *TransactionRefundEligibilityRequest

NewTransactionRefundEligibilityRequest instantiates a new TransactionRefundEligibilityRequest 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

NewTransactionRefundEligibilityRequestWithDefaults

func NewTransactionRefundEligibilityRequestWithDefaults() *TransactionRefundEligibilityRequest

NewTransactionRefundEligibilityRequestWithDefaults instantiates a new TransactionRefundEligibilityRequest 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

GetInvoiceNumber

func (o *TransactionRefundEligibilityRequest) GetInvoiceNumber() string

GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.

GetInvoiceNumberOk

func (o *TransactionRefundEligibilityRequest) GetInvoiceNumberOk() (*string, bool)

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

SetInvoiceNumber

func (o *TransactionRefundEligibilityRequest) SetInvoiceNumber(v string)

SetInvoiceNumber sets InvoiceNumber field to given value.

HasInvoiceNumber

func (o *TransactionRefundEligibilityRequest) HasInvoiceNumber() bool

HasInvoiceNumber returns a boolean if a field has been set.

GetPONumber

func (o *TransactionRefundEligibilityRequest) GetPONumber() string

GetPONumber returns the PONumber field if non-nil, zero value otherwise.

GetPONumberOk

func (o *TransactionRefundEligibilityRequest) GetPONumberOk() (*string, bool)

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

SetPONumber

func (o *TransactionRefundEligibilityRequest) SetPONumber(v string)

SetPONumber sets PONumber field to given value.

HasPONumber

func (o *TransactionRefundEligibilityRequest) HasPONumber() bool

HasPONumber returns a boolean if a field has been set.

GetRefundAmount

func (o *TransactionRefundEligibilityRequest) GetRefundAmount() float32

GetRefundAmount returns the RefundAmount field if non-nil, zero value otherwise.

GetRefundAmountOk

func (o *TransactionRefundEligibilityRequest) GetRefundAmountOk() (*float32, bool)

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

SetRefundAmount

func (o *TransactionRefundEligibilityRequest) SetRefundAmount(v float32)

SetRefundAmount sets RefundAmount field to given value.

HasRefundAmount

func (o *TransactionRefundEligibilityRequest) HasRefundAmount() bool

HasRefundAmount returns a boolean if a field has been set.

GetTransactionId

func (o *TransactionRefundEligibilityRequest) GetTransactionId() string

GetTransactionId returns the TransactionId field if non-nil, zero value otherwise.

GetTransactionIdOk

func (o *TransactionRefundEligibilityRequest) GetTransactionIdOk() (*string, bool)

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

SetTransactionId

func (o *TransactionRefundEligibilityRequest) SetTransactionId(v string)

SetTransactionId sets TransactionId field to given value.

GetRemarks

func (o *TransactionRefundEligibilityRequest) GetRemarks() string

GetRemarks returns the Remarks field if non-nil, zero value otherwise.

GetRemarksOk

func (o *TransactionRefundEligibilityRequest) GetRemarksOk() (*string, bool)

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

SetRemarks

func (o *TransactionRefundEligibilityRequest) SetRemarks(v string)

SetRemarks sets Remarks field to given value.

HasRemarks

func (o *TransactionRefundEligibilityRequest) HasRemarks() bool

HasRemarks returns a boolean if a field has been set.

GetSplits

func (o *TransactionRefundEligibilityRequest) GetSplits() []PaymentIntentRequestSplitsInner

GetSplits returns the Splits field if non-nil, zero value otherwise.

GetSplitsOk

func (o *TransactionRefundEligibilityRequest) GetSplitsOk() (*[]PaymentIntentRequestSplitsInner, bool)

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

SetSplits

func (o *TransactionRefundEligibilityRequest) SetSplits(v []PaymentIntentRequestSplitsInner)

SetSplits sets Splits field to given value.

HasSplits

func (o *TransactionRefundEligibilityRequest) HasSplits() bool

HasSplits returns a boolean if a field has been set.

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