Skip to content

Latest commit

 

History

History
1096 lines (591 loc) · 31.4 KB

File metadata and controls

1096 lines (591 loc) · 31.4 KB

PaymentLinkResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
MerchantId Pointer to string [optional]
Title Pointer to string [optional]
PaymentLink Pointer to string [optional]
ShortLink Pointer to string [optional]
Amount Pointer to float32 [optional]
PaymentDescription Pointer to string [optional]
ExpireIn Pointer to int32 [optional]
ExpireInUnit Pointer to string [optional]
ExpireOn Pointer to string [optional]
Payments Pointer to []PaymentLinkResponsePaymentsInner [optional]
NoOfPaymentMade Pointer to int32 [optional]
TotalPaidAmount Pointer to float32 [optional]
LinkStatus Pointer to string [optional]
InvoiceNumber Pointer to string [optional]
CreatedOn Pointer to string [optional]
CreatedBy Pointer to string [optional]
ModifiedOn Pointer to string [optional]
ModifiedBy Pointer to string [optional]
ShortDescription Pointer to string [optional]
ResponseType Pointer to string [optional]
CallbackParameters Pointer to PaymentLinkResponseCallbackParameters [optional]
Customers Pointer to []PaymentLinkResponseCustomersInner [optional]
LineItems Pointer to []PaymentLinkResponseLineItemsInner [optional]
DisplaySettings Pointer to PaymentLinkResponseDisplaySettings [optional]
Splits Pointer to []PaymentIntentRequestSplitsInner [optional]
SaveForFuture Pointer to bool [optional]
QuoteKey Pointer to string [optional]
AccountNumber Pointer to string [optional]
ReferenceType Pointer to string [optional]
ReferenceNumber Pointer to string [optional]
ReferenceKey Pointer to string [optional]
ReferenceDataList Pointer to []PaymentLinkResponseReferenceDataListInner [optional]
EnablePremiumFinance Pointer to bool [optional]
IsPremiumFinancier Pointer to bool [optional]
Pfr Pointer to PaymentIntentRequestPfr [optional]
PaymentLinkType Pointer to string [optional]
SuppressTechnologyFee Pointer to bool [optional]
OverrideTechnologyFee Pointer to float32 [optional]
IsPFLite Pointer to bool [optional]
IsPayInFull Pointer to bool [optional]

Methods

NewPaymentLinkResponse

func NewPaymentLinkResponse() *PaymentLinkResponse

NewPaymentLinkResponse instantiates a new PaymentLinkResponse 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

NewPaymentLinkResponseWithDefaults

func NewPaymentLinkResponseWithDefaults() *PaymentLinkResponse

NewPaymentLinkResponseWithDefaults instantiates a new PaymentLinkResponse 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

GetId

func (o *PaymentLinkResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PaymentLinkResponse) GetIdOk() (*string, bool)

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

SetId

func (o *PaymentLinkResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PaymentLinkResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetMerchantId

func (o *PaymentLinkResponse) GetMerchantId() string

GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.

GetMerchantIdOk

func (o *PaymentLinkResponse) GetMerchantIdOk() (*string, bool)

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

SetMerchantId

func (o *PaymentLinkResponse) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *PaymentLinkResponse) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetTitle

func (o *PaymentLinkResponse) GetTitle() string

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

GetTitleOk

func (o *PaymentLinkResponse) 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 *PaymentLinkResponse) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *PaymentLinkResponse) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetPaymentLink

func (o *PaymentLinkResponse) GetPaymentLink() string

GetPaymentLink returns the PaymentLink field if non-nil, zero value otherwise.

GetPaymentLinkOk

func (o *PaymentLinkResponse) GetPaymentLinkOk() (*string, bool)

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

SetPaymentLink

func (o *PaymentLinkResponse) SetPaymentLink(v string)

SetPaymentLink sets PaymentLink field to given value.

HasPaymentLink

func (o *PaymentLinkResponse) HasPaymentLink() bool

HasPaymentLink returns a boolean if a field has been set.

GetShortLink

func (o *PaymentLinkResponse) GetShortLink() string

GetShortLink returns the ShortLink field if non-nil, zero value otherwise.

GetShortLinkOk

func (o *PaymentLinkResponse) GetShortLinkOk() (*string, bool)

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

SetShortLink

func (o *PaymentLinkResponse) SetShortLink(v string)

SetShortLink sets ShortLink field to given value.

HasShortLink

func (o *PaymentLinkResponse) HasShortLink() bool

HasShortLink returns a boolean if a field has been set.

GetAmount

func (o *PaymentLinkResponse) GetAmount() float32

GetAmount returns the Amount field if non-nil, zero value otherwise.

GetAmountOk

func (o *PaymentLinkResponse) GetAmountOk() (*float32, bool)

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

SetAmount

func (o *PaymentLinkResponse) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *PaymentLinkResponse) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetPaymentDescription

func (o *PaymentLinkResponse) GetPaymentDescription() string

GetPaymentDescription returns the PaymentDescription field if non-nil, zero value otherwise.

GetPaymentDescriptionOk

func (o *PaymentLinkResponse) GetPaymentDescriptionOk() (*string, bool)

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

SetPaymentDescription

func (o *PaymentLinkResponse) SetPaymentDescription(v string)

SetPaymentDescription sets PaymentDescription field to given value.

HasPaymentDescription

func (o *PaymentLinkResponse) HasPaymentDescription() bool

HasPaymentDescription returns a boolean if a field has been set.

GetExpireIn

func (o *PaymentLinkResponse) GetExpireIn() int32

GetExpireIn returns the ExpireIn field if non-nil, zero value otherwise.

GetExpireInOk

func (o *PaymentLinkResponse) GetExpireInOk() (*int32, bool)

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

SetExpireIn

func (o *PaymentLinkResponse) SetExpireIn(v int32)

SetExpireIn sets ExpireIn field to given value.

HasExpireIn

func (o *PaymentLinkResponse) HasExpireIn() bool

HasExpireIn returns a boolean if a field has been set.

GetExpireInUnit

func (o *PaymentLinkResponse) GetExpireInUnit() string

GetExpireInUnit returns the ExpireInUnit field if non-nil, zero value otherwise.

GetExpireInUnitOk

func (o *PaymentLinkResponse) GetExpireInUnitOk() (*string, bool)

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

SetExpireInUnit

func (o *PaymentLinkResponse) SetExpireInUnit(v string)

SetExpireInUnit sets ExpireInUnit field to given value.

HasExpireInUnit

func (o *PaymentLinkResponse) HasExpireInUnit() bool

HasExpireInUnit returns a boolean if a field has been set.

GetExpireOn

func (o *PaymentLinkResponse) GetExpireOn() string

GetExpireOn returns the ExpireOn field if non-nil, zero value otherwise.

GetExpireOnOk

func (o *PaymentLinkResponse) GetExpireOnOk() (*string, bool)

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

SetExpireOn

func (o *PaymentLinkResponse) SetExpireOn(v string)

SetExpireOn sets ExpireOn field to given value.

HasExpireOn

func (o *PaymentLinkResponse) HasExpireOn() bool

HasExpireOn returns a boolean if a field has been set.

GetPayments

func (o *PaymentLinkResponse) GetPayments() []PaymentLinkResponsePaymentsInner

GetPayments returns the Payments field if non-nil, zero value otherwise.

GetPaymentsOk

func (o *PaymentLinkResponse) GetPaymentsOk() (*[]PaymentLinkResponsePaymentsInner, bool)

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

SetPayments

func (o *PaymentLinkResponse) SetPayments(v []PaymentLinkResponsePaymentsInner)

SetPayments sets Payments field to given value.

HasPayments

func (o *PaymentLinkResponse) HasPayments() bool

HasPayments returns a boolean if a field has been set.

GetNoOfPaymentMade

func (o *PaymentLinkResponse) GetNoOfPaymentMade() int32

GetNoOfPaymentMade returns the NoOfPaymentMade field if non-nil, zero value otherwise.

GetNoOfPaymentMadeOk

func (o *PaymentLinkResponse) GetNoOfPaymentMadeOk() (*int32, bool)

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

SetNoOfPaymentMade

func (o *PaymentLinkResponse) SetNoOfPaymentMade(v int32)

SetNoOfPaymentMade sets NoOfPaymentMade field to given value.

HasNoOfPaymentMade

func (o *PaymentLinkResponse) HasNoOfPaymentMade() bool

HasNoOfPaymentMade returns a boolean if a field has been set.

GetTotalPaidAmount

func (o *PaymentLinkResponse) GetTotalPaidAmount() float32

GetTotalPaidAmount returns the TotalPaidAmount field if non-nil, zero value otherwise.

GetTotalPaidAmountOk

func (o *PaymentLinkResponse) GetTotalPaidAmountOk() (*float32, bool)

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

SetTotalPaidAmount

func (o *PaymentLinkResponse) SetTotalPaidAmount(v float32)

SetTotalPaidAmount sets TotalPaidAmount field to given value.

HasTotalPaidAmount

func (o *PaymentLinkResponse) HasTotalPaidAmount() bool

HasTotalPaidAmount returns a boolean if a field has been set.

GetLinkStatus

func (o *PaymentLinkResponse) GetLinkStatus() string

GetLinkStatus returns the LinkStatus field if non-nil, zero value otherwise.

GetLinkStatusOk

func (o *PaymentLinkResponse) GetLinkStatusOk() (*string, bool)

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

SetLinkStatus

func (o *PaymentLinkResponse) SetLinkStatus(v string)

SetLinkStatus sets LinkStatus field to given value.

HasLinkStatus

func (o *PaymentLinkResponse) HasLinkStatus() bool

HasLinkStatus returns a boolean if a field has been set.

GetInvoiceNumber

func (o *PaymentLinkResponse) GetInvoiceNumber() string

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

GetInvoiceNumberOk

func (o *PaymentLinkResponse) 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 *PaymentLinkResponse) SetInvoiceNumber(v string)

SetInvoiceNumber sets InvoiceNumber field to given value.

HasInvoiceNumber

func (o *PaymentLinkResponse) HasInvoiceNumber() bool

HasInvoiceNumber returns a boolean if a field has been set.

GetCreatedOn

func (o *PaymentLinkResponse) GetCreatedOn() string

GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.

GetCreatedOnOk

func (o *PaymentLinkResponse) GetCreatedOnOk() (*string, bool)

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

SetCreatedOn

func (o *PaymentLinkResponse) SetCreatedOn(v string)

SetCreatedOn sets CreatedOn field to given value.

HasCreatedOn

func (o *PaymentLinkResponse) HasCreatedOn() bool

HasCreatedOn returns a boolean if a field has been set.

GetCreatedBy

func (o *PaymentLinkResponse) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *PaymentLinkResponse) GetCreatedByOk() (*string, bool)

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

SetCreatedBy

func (o *PaymentLinkResponse) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *PaymentLinkResponse) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModifiedOn

func (o *PaymentLinkResponse) GetModifiedOn() string

GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.

GetModifiedOnOk

func (o *PaymentLinkResponse) GetModifiedOnOk() (*string, bool)

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

SetModifiedOn

func (o *PaymentLinkResponse) SetModifiedOn(v string)

SetModifiedOn sets ModifiedOn field to given value.

HasModifiedOn

func (o *PaymentLinkResponse) HasModifiedOn() bool

HasModifiedOn returns a boolean if a field has been set.

GetModifiedBy

func (o *PaymentLinkResponse) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *PaymentLinkResponse) GetModifiedByOk() (*string, bool)

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

SetModifiedBy

func (o *PaymentLinkResponse) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *PaymentLinkResponse) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

GetShortDescription

func (o *PaymentLinkResponse) GetShortDescription() string

GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.

GetShortDescriptionOk

func (o *PaymentLinkResponse) GetShortDescriptionOk() (*string, bool)

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

SetShortDescription

func (o *PaymentLinkResponse) SetShortDescription(v string)

SetShortDescription sets ShortDescription field to given value.

HasShortDescription

func (o *PaymentLinkResponse) HasShortDescription() bool

HasShortDescription returns a boolean if a field has been set.

GetResponseType

func (o *PaymentLinkResponse) GetResponseType() string

GetResponseType returns the ResponseType field if non-nil, zero value otherwise.

GetResponseTypeOk

func (o *PaymentLinkResponse) GetResponseTypeOk() (*string, bool)

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

SetResponseType

func (o *PaymentLinkResponse) SetResponseType(v string)

SetResponseType sets ResponseType field to given value.

HasResponseType

func (o *PaymentLinkResponse) HasResponseType() bool

HasResponseType returns a boolean if a field has been set.

GetCallbackParameters

func (o *PaymentLinkResponse) GetCallbackParameters() PaymentLinkResponseCallbackParameters

GetCallbackParameters returns the CallbackParameters field if non-nil, zero value otherwise.

GetCallbackParametersOk

func (o *PaymentLinkResponse) GetCallbackParametersOk() (*PaymentLinkResponseCallbackParameters, bool)

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

SetCallbackParameters

func (o *PaymentLinkResponse) SetCallbackParameters(v PaymentLinkResponseCallbackParameters)

SetCallbackParameters sets CallbackParameters field to given value.

HasCallbackParameters

func (o *PaymentLinkResponse) HasCallbackParameters() bool

HasCallbackParameters returns a boolean if a field has been set.

GetCustomers

func (o *PaymentLinkResponse) GetCustomers() []PaymentLinkResponseCustomersInner

GetCustomers returns the Customers field if non-nil, zero value otherwise.

GetCustomersOk

func (o *PaymentLinkResponse) GetCustomersOk() (*[]PaymentLinkResponseCustomersInner, bool)

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

SetCustomers

func (o *PaymentLinkResponse) SetCustomers(v []PaymentLinkResponseCustomersInner)

SetCustomers sets Customers field to given value.

HasCustomers

func (o *PaymentLinkResponse) HasCustomers() bool

HasCustomers returns a boolean if a field has been set.

GetLineItems

func (o *PaymentLinkResponse) GetLineItems() []PaymentLinkResponseLineItemsInner

GetLineItems returns the LineItems field if non-nil, zero value otherwise.

GetLineItemsOk

func (o *PaymentLinkResponse) GetLineItemsOk() (*[]PaymentLinkResponseLineItemsInner, bool)

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

SetLineItems

func (o *PaymentLinkResponse) SetLineItems(v []PaymentLinkResponseLineItemsInner)

SetLineItems sets LineItems field to given value.

HasLineItems

func (o *PaymentLinkResponse) HasLineItems() bool

HasLineItems returns a boolean if a field has been set.

GetDisplaySettings

func (o *PaymentLinkResponse) GetDisplaySettings() PaymentLinkResponseDisplaySettings

GetDisplaySettings returns the DisplaySettings field if non-nil, zero value otherwise.

GetDisplaySettingsOk

func (o *PaymentLinkResponse) GetDisplaySettingsOk() (*PaymentLinkResponseDisplaySettings, bool)

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

SetDisplaySettings

func (o *PaymentLinkResponse) SetDisplaySettings(v PaymentLinkResponseDisplaySettings)

SetDisplaySettings sets DisplaySettings field to given value.

HasDisplaySettings

func (o *PaymentLinkResponse) HasDisplaySettings() bool

HasDisplaySettings returns a boolean if a field has been set.

GetSplits

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

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

GetSplitsOk

func (o *PaymentLinkResponse) 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 *PaymentLinkResponse) SetSplits(v []PaymentIntentRequestSplitsInner)

SetSplits sets Splits field to given value.

HasSplits

func (o *PaymentLinkResponse) HasSplits() bool

HasSplits returns a boolean if a field has been set.

GetSaveForFuture

func (o *PaymentLinkResponse) GetSaveForFuture() bool

GetSaveForFuture returns the SaveForFuture field if non-nil, zero value otherwise.

GetSaveForFutureOk

func (o *PaymentLinkResponse) GetSaveForFutureOk() (*bool, bool)

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

SetSaveForFuture

func (o *PaymentLinkResponse) SetSaveForFuture(v bool)

SetSaveForFuture sets SaveForFuture field to given value.

HasSaveForFuture

func (o *PaymentLinkResponse) HasSaveForFuture() bool

HasSaveForFuture returns a boolean if a field has been set.

GetQuoteKey

func (o *PaymentLinkResponse) GetQuoteKey() string

GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.

GetQuoteKeyOk

func (o *PaymentLinkResponse) GetQuoteKeyOk() (*string, bool)

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

SetQuoteKey

func (o *PaymentLinkResponse) SetQuoteKey(v string)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *PaymentLinkResponse) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetAccountNumber

func (o *PaymentLinkResponse) GetAccountNumber() string

GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.

GetAccountNumberOk

func (o *PaymentLinkResponse) GetAccountNumberOk() (*string, bool)

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

SetAccountNumber

func (o *PaymentLinkResponse) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *PaymentLinkResponse) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetReferenceType

func (o *PaymentLinkResponse) GetReferenceType() string

GetReferenceType returns the ReferenceType field if non-nil, zero value otherwise.

GetReferenceTypeOk

func (o *PaymentLinkResponse) GetReferenceTypeOk() (*string, bool)

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

SetReferenceType

func (o *PaymentLinkResponse) SetReferenceType(v string)

SetReferenceType sets ReferenceType field to given value.

HasReferenceType

func (o *PaymentLinkResponse) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

GetReferenceNumber

func (o *PaymentLinkResponse) GetReferenceNumber() string

GetReferenceNumber returns the ReferenceNumber field if non-nil, zero value otherwise.

GetReferenceNumberOk

func (o *PaymentLinkResponse) GetReferenceNumberOk() (*string, bool)

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

SetReferenceNumber

func (o *PaymentLinkResponse) SetReferenceNumber(v string)

SetReferenceNumber sets ReferenceNumber field to given value.

HasReferenceNumber

func (o *PaymentLinkResponse) HasReferenceNumber() bool

HasReferenceNumber returns a boolean if a field has been set.

GetReferenceKey

func (o *PaymentLinkResponse) GetReferenceKey() string

GetReferenceKey returns the ReferenceKey field if non-nil, zero value otherwise.

GetReferenceKeyOk

func (o *PaymentLinkResponse) GetReferenceKeyOk() (*string, bool)

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

SetReferenceKey

func (o *PaymentLinkResponse) SetReferenceKey(v string)

SetReferenceKey sets ReferenceKey field to given value.

HasReferenceKey

func (o *PaymentLinkResponse) HasReferenceKey() bool

HasReferenceKey returns a boolean if a field has been set.

GetReferenceDataList

func (o *PaymentLinkResponse) GetReferenceDataList() []PaymentLinkResponseReferenceDataListInner

GetReferenceDataList returns the ReferenceDataList field if non-nil, zero value otherwise.

GetReferenceDataListOk

func (o *PaymentLinkResponse) GetReferenceDataListOk() (*[]PaymentLinkResponseReferenceDataListInner, bool)

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

SetReferenceDataList

func (o *PaymentLinkResponse) SetReferenceDataList(v []PaymentLinkResponseReferenceDataListInner)

SetReferenceDataList sets ReferenceDataList field to given value.

HasReferenceDataList

func (o *PaymentLinkResponse) HasReferenceDataList() bool

HasReferenceDataList returns a boolean if a field has been set.

GetEnablePremiumFinance

func (o *PaymentLinkResponse) GetEnablePremiumFinance() bool

GetEnablePremiumFinance returns the EnablePremiumFinance field if non-nil, zero value otherwise.

GetEnablePremiumFinanceOk

func (o *PaymentLinkResponse) GetEnablePremiumFinanceOk() (*bool, bool)

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

SetEnablePremiumFinance

func (o *PaymentLinkResponse) SetEnablePremiumFinance(v bool)

SetEnablePremiumFinance sets EnablePremiumFinance field to given value.

HasEnablePremiumFinance

func (o *PaymentLinkResponse) HasEnablePremiumFinance() bool

HasEnablePremiumFinance returns a boolean if a field has been set.

GetIsPremiumFinancier

func (o *PaymentLinkResponse) GetIsPremiumFinancier() bool

GetIsPremiumFinancier returns the IsPremiumFinancier field if non-nil, zero value otherwise.

GetIsPremiumFinancierOk

func (o *PaymentLinkResponse) GetIsPremiumFinancierOk() (*bool, bool)

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

SetIsPremiumFinancier

func (o *PaymentLinkResponse) SetIsPremiumFinancier(v bool)

SetIsPremiumFinancier sets IsPremiumFinancier field to given value.

HasIsPremiumFinancier

func (o *PaymentLinkResponse) HasIsPremiumFinancier() bool

HasIsPremiumFinancier returns a boolean if a field has been set.

GetPfr

func (o *PaymentLinkResponse) GetPfr() PaymentIntentRequestPfr

GetPfr returns the Pfr field if non-nil, zero value otherwise.

GetPfrOk

func (o *PaymentLinkResponse) GetPfrOk() (*PaymentIntentRequestPfr, bool)

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

SetPfr

func (o *PaymentLinkResponse) SetPfr(v PaymentIntentRequestPfr)

SetPfr sets Pfr field to given value.

HasPfr

func (o *PaymentLinkResponse) HasPfr() bool

HasPfr returns a boolean if a field has been set.

GetPaymentLinkType

func (o *PaymentLinkResponse) GetPaymentLinkType() string

GetPaymentLinkType returns the PaymentLinkType field if non-nil, zero value otherwise.

GetPaymentLinkTypeOk

func (o *PaymentLinkResponse) GetPaymentLinkTypeOk() (*string, bool)

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

SetPaymentLinkType

func (o *PaymentLinkResponse) SetPaymentLinkType(v string)

SetPaymentLinkType sets PaymentLinkType field to given value.

HasPaymentLinkType

func (o *PaymentLinkResponse) HasPaymentLinkType() bool

HasPaymentLinkType returns a boolean if a field has been set.

GetSuppressTechnologyFee

func (o *PaymentLinkResponse) GetSuppressTechnologyFee() bool

GetSuppressTechnologyFee returns the SuppressTechnologyFee field if non-nil, zero value otherwise.

GetSuppressTechnologyFeeOk

func (o *PaymentLinkResponse) GetSuppressTechnologyFeeOk() (*bool, bool)

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

SetSuppressTechnologyFee

func (o *PaymentLinkResponse) SetSuppressTechnologyFee(v bool)

SetSuppressTechnologyFee sets SuppressTechnologyFee field to given value.

HasSuppressTechnologyFee

func (o *PaymentLinkResponse) HasSuppressTechnologyFee() bool

HasSuppressTechnologyFee returns a boolean if a field has been set.

GetOverrideTechnologyFee

func (o *PaymentLinkResponse) GetOverrideTechnologyFee() float32

GetOverrideTechnologyFee returns the OverrideTechnologyFee field if non-nil, zero value otherwise.

GetOverrideTechnologyFeeOk

func (o *PaymentLinkResponse) GetOverrideTechnologyFeeOk() (*float32, bool)

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

SetOverrideTechnologyFee

func (o *PaymentLinkResponse) SetOverrideTechnologyFee(v float32)

SetOverrideTechnologyFee sets OverrideTechnologyFee field to given value.

HasOverrideTechnologyFee

func (o *PaymentLinkResponse) HasOverrideTechnologyFee() bool

HasOverrideTechnologyFee returns a boolean if a field has been set.

GetIsPFLite

func (o *PaymentLinkResponse) GetIsPFLite() bool

GetIsPFLite returns the IsPFLite field if non-nil, zero value otherwise.

GetIsPFLiteOk

func (o *PaymentLinkResponse) GetIsPFLiteOk() (*bool, bool)

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

SetIsPFLite

func (o *PaymentLinkResponse) SetIsPFLite(v bool)

SetIsPFLite sets IsPFLite field to given value.

HasIsPFLite

func (o *PaymentLinkResponse) HasIsPFLite() bool

HasIsPFLite returns a boolean if a field has been set.

GetIsPayInFull

func (o *PaymentLinkResponse) GetIsPayInFull() bool

GetIsPayInFull returns the IsPayInFull field if non-nil, zero value otherwise.

GetIsPayInFullOk

func (o *PaymentLinkResponse) GetIsPayInFullOk() (*bool, bool)

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

SetIsPayInFull

func (o *PaymentLinkResponse) SetIsPayInFull(v bool)

SetIsPayInFull sets IsPayInFull field to given value.

HasIsPayInFull

func (o *PaymentLinkResponse) HasIsPayInFull() bool

HasIsPayInFull returns a boolean if a field has been set.

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