| 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] |
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
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
func (o *PaymentLinkResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetId(v string)
SetId sets Id field to given value.
func (o *PaymentLinkResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *PaymentLinkResponse) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *PaymentLinkResponse) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetPaymentLink() string
GetPaymentLink returns the PaymentLink field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetPaymentLink(v string)
SetPaymentLink sets PaymentLink field to given value.
func (o *PaymentLinkResponse) HasPaymentLink() bool
HasPaymentLink returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetShortLink() string
GetShortLink returns the ShortLink field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetShortLink(v string)
SetShortLink sets ShortLink field to given value.
func (o *PaymentLinkResponse) HasShortLink() bool
HasShortLink returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *PaymentLinkResponse) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetPaymentDescription() string
GetPaymentDescription returns the PaymentDescription field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetPaymentDescription(v string)
SetPaymentDescription sets PaymentDescription field to given value.
func (o *PaymentLinkResponse) HasPaymentDescription() bool
HasPaymentDescription returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetExpireIn() int32
GetExpireIn returns the ExpireIn field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetExpireIn(v int32)
SetExpireIn sets ExpireIn field to given value.
func (o *PaymentLinkResponse) HasExpireIn() bool
HasExpireIn returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetExpireInUnit() string
GetExpireInUnit returns the ExpireInUnit field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetExpireInUnit(v string)
SetExpireInUnit sets ExpireInUnit field to given value.
func (o *PaymentLinkResponse) HasExpireInUnit() bool
HasExpireInUnit returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetExpireOn() string
GetExpireOn returns the ExpireOn field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetExpireOn(v string)
SetExpireOn sets ExpireOn field to given value.
func (o *PaymentLinkResponse) HasExpireOn() bool
HasExpireOn returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetPayments() []PaymentLinkResponsePaymentsInner
GetPayments returns the Payments field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetPayments(v []PaymentLinkResponsePaymentsInner)
SetPayments sets Payments field to given value.
func (o *PaymentLinkResponse) HasPayments() bool
HasPayments returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetNoOfPaymentMade() int32
GetNoOfPaymentMade returns the NoOfPaymentMade field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetNoOfPaymentMade(v int32)
SetNoOfPaymentMade sets NoOfPaymentMade field to given value.
func (o *PaymentLinkResponse) HasNoOfPaymentMade() bool
HasNoOfPaymentMade returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetTotalPaidAmount() float32
GetTotalPaidAmount returns the TotalPaidAmount field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetTotalPaidAmount(v float32)
SetTotalPaidAmount sets TotalPaidAmount field to given value.
func (o *PaymentLinkResponse) HasTotalPaidAmount() bool
HasTotalPaidAmount returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetLinkStatus() string
GetLinkStatus returns the LinkStatus field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetLinkStatus(v string)
SetLinkStatus sets LinkStatus field to given value.
func (o *PaymentLinkResponse) HasLinkStatus() bool
HasLinkStatus returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetInvoiceNumber() string
GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetInvoiceNumber(v string)
SetInvoiceNumber sets InvoiceNumber field to given value.
func (o *PaymentLinkResponse) HasInvoiceNumber() bool
HasInvoiceNumber returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetCreatedOn() string
GetCreatedOn returns the CreatedOn field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetCreatedOn(v string)
SetCreatedOn sets CreatedOn field to given value.
func (o *PaymentLinkResponse) HasCreatedOn() bool
HasCreatedOn returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *PaymentLinkResponse) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetModifiedOn() string
GetModifiedOn returns the ModifiedOn field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetModifiedOn(v string)
SetModifiedOn sets ModifiedOn field to given value.
func (o *PaymentLinkResponse) HasModifiedOn() bool
HasModifiedOn returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetModifiedBy() string
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetModifiedBy(v string)
SetModifiedBy sets ModifiedBy field to given value.
func (o *PaymentLinkResponse) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetShortDescription() string
GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetShortDescription(v string)
SetShortDescription sets ShortDescription field to given value.
func (o *PaymentLinkResponse) HasShortDescription() bool
HasShortDescription returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetResponseType() string
GetResponseType returns the ResponseType field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetResponseType(v string)
SetResponseType sets ResponseType field to given value.
func (o *PaymentLinkResponse) HasResponseType() bool
HasResponseType returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetCallbackParameters() PaymentLinkResponseCallbackParameters
GetCallbackParameters returns the CallbackParameters field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetCallbackParameters(v PaymentLinkResponseCallbackParameters)
SetCallbackParameters sets CallbackParameters field to given value.
func (o *PaymentLinkResponse) HasCallbackParameters() bool
HasCallbackParameters returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetCustomers() []PaymentLinkResponseCustomersInner
GetCustomers returns the Customers field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetCustomers(v []PaymentLinkResponseCustomersInner)
SetCustomers sets Customers field to given value.
func (o *PaymentLinkResponse) HasCustomers() bool
HasCustomers returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetLineItems() []PaymentLinkResponseLineItemsInner
GetLineItems returns the LineItems field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetLineItems(v []PaymentLinkResponseLineItemsInner)
SetLineItems sets LineItems field to given value.
func (o *PaymentLinkResponse) HasLineItems() bool
HasLineItems returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetDisplaySettings() PaymentLinkResponseDisplaySettings
GetDisplaySettings returns the DisplaySettings field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetDisplaySettings(v PaymentLinkResponseDisplaySettings)
SetDisplaySettings sets DisplaySettings field to given value.
func (o *PaymentLinkResponse) HasDisplaySettings() bool
HasDisplaySettings returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetSplits() []PaymentIntentRequestSplitsInner
GetSplits returns the Splits field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetSplits(v []PaymentIntentRequestSplitsInner)
SetSplits sets Splits field to given value.
func (o *PaymentLinkResponse) HasSplits() bool
HasSplits returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetSaveForFuture() bool
GetSaveForFuture returns the SaveForFuture field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetSaveForFuture(v bool)
SetSaveForFuture sets SaveForFuture field to given value.
func (o *PaymentLinkResponse) HasSaveForFuture() bool
HasSaveForFuture returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetQuoteKey() string
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetQuoteKey(v string)
SetQuoteKey sets QuoteKey field to given value.
func (o *PaymentLinkResponse) HasQuoteKey() bool
HasQuoteKey returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *PaymentLinkResponse) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetReferenceType() string
GetReferenceType returns the ReferenceType field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetReferenceType(v string)
SetReferenceType sets ReferenceType field to given value.
func (o *PaymentLinkResponse) HasReferenceType() bool
HasReferenceType returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetReferenceNumber() string
GetReferenceNumber returns the ReferenceNumber field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetReferenceNumber(v string)
SetReferenceNumber sets ReferenceNumber field to given value.
func (o *PaymentLinkResponse) HasReferenceNumber() bool
HasReferenceNumber returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetReferenceKey() string
GetReferenceKey returns the ReferenceKey field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetReferenceKey(v string)
SetReferenceKey sets ReferenceKey field to given value.
func (o *PaymentLinkResponse) HasReferenceKey() bool
HasReferenceKey returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetReferenceDataList() []PaymentLinkResponseReferenceDataListInner
GetReferenceDataList returns the ReferenceDataList field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetReferenceDataList(v []PaymentLinkResponseReferenceDataListInner)
SetReferenceDataList sets ReferenceDataList field to given value.
func (o *PaymentLinkResponse) HasReferenceDataList() bool
HasReferenceDataList returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetEnablePremiumFinance() bool
GetEnablePremiumFinance returns the EnablePremiumFinance field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetEnablePremiumFinance(v bool)
SetEnablePremiumFinance sets EnablePremiumFinance field to given value.
func (o *PaymentLinkResponse) HasEnablePremiumFinance() bool
HasEnablePremiumFinance returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetIsPremiumFinancier() bool
GetIsPremiumFinancier returns the IsPremiumFinancier field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetIsPremiumFinancier(v bool)
SetIsPremiumFinancier sets IsPremiumFinancier field to given value.
func (o *PaymentLinkResponse) HasIsPremiumFinancier() bool
HasIsPremiumFinancier returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetPfr() PaymentIntentRequestPfr
GetPfr returns the Pfr field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetPfr(v PaymentIntentRequestPfr)
SetPfr sets Pfr field to given value.
func (o *PaymentLinkResponse) HasPfr() bool
HasPfr returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetPaymentLinkType() string
GetPaymentLinkType returns the PaymentLinkType field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetPaymentLinkType(v string)
SetPaymentLinkType sets PaymentLinkType field to given value.
func (o *PaymentLinkResponse) HasPaymentLinkType() bool
HasPaymentLinkType returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetSuppressTechnologyFee() bool
GetSuppressTechnologyFee returns the SuppressTechnologyFee field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetSuppressTechnologyFee(v bool)
SetSuppressTechnologyFee sets SuppressTechnologyFee field to given value.
func (o *PaymentLinkResponse) HasSuppressTechnologyFee() bool
HasSuppressTechnologyFee returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetOverrideTechnologyFee() float32
GetOverrideTechnologyFee returns the OverrideTechnologyFee field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetOverrideTechnologyFee(v float32)
SetOverrideTechnologyFee sets OverrideTechnologyFee field to given value.
func (o *PaymentLinkResponse) HasOverrideTechnologyFee() bool
HasOverrideTechnologyFee returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetIsPFLite() bool
GetIsPFLite returns the IsPFLite field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetIsPFLite(v bool)
SetIsPFLite sets IsPFLite field to given value.
func (o *PaymentLinkResponse) HasIsPFLite() bool
HasIsPFLite returns a boolean if a field has been set.
func (o *PaymentLinkResponse) GetIsPayInFull() bool
GetIsPayInFull returns the IsPayInFull field if non-nil, zero value otherwise.
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.
func (o *PaymentLinkResponse) SetIsPayInFull(v bool)
SetIsPayInFull sets IsPayInFull field to given value.
func (o *PaymentLinkResponse) HasIsPayInFull() bool
HasIsPayInFull returns a boolean if a field has been set.