| Name | Type | Description | Notes |
|---|---|---|---|
| MerchantId | Pointer to string | [optional] | |
| Title | Pointer to string | [optional] | |
| PaymentDescription | Pointer to string | [optional] | |
| Customers | Pointer to []PaymentLinkResponseCustomersInner | [optional] | |
| InvoiceNumber | Pointer to string | [optional] | |
| ExpireBy | Pointer to int32 | [optional] | |
| ExpireOn | Pointer to string | [optional] | |
| LineItems | Pointer to []PaymentLinkResponseLineItemsInner | [optional] | |
| ShortDescription | Pointer to string | [optional] | |
| ResponseType | Pointer to string | [optional] | |
| CallbackParameters | Pointer to PaymentLinkResponseCallbackParameters | [optional] | |
| PaymentLinkType | Pointer to string | [optional] | |
| SaveForFuture | Pointer to bool | [optional] | |
| Splits | Pointer to []PaymentIntentRequestSplitsInner | [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] | |
| PlatformSettlementStatus | Pointer to string | [optional] | |
| IsPayInFull | Pointer to bool | [optional] | |
| IsPremiumFinancier | Pointer to bool | [optional] | |
| Pfr | Pointer to PaymentIntentRequestPfr | [optional] | |
| PfType | Pointer to string | [optional] | |
| Amount | Pointer to float32 | [optional] | |
| EnablePremiumFinance | Pointer to bool | [optional] | |
| ExpireIn | Pointer to int32 | [optional] | |
| ExpireInUnit | Pointer to string | [optional] | |
| Settings | Pointer to SecureUpdatePaymentLinkRequestSettings | [optional] | |
| SuppressTechnologyFee | Pointer to bool | [optional] | |
| OverrideTechnologyFee | Pointer to float32 | [optional] |
func NewSecureUpdatePaymentLinkRequest() *SecureUpdatePaymentLinkRequest
NewSecureUpdatePaymentLinkRequest instantiates a new SecureUpdatePaymentLinkRequest 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 NewSecureUpdatePaymentLinkRequestWithDefaults() *SecureUpdatePaymentLinkRequest
NewSecureUpdatePaymentLinkRequestWithDefaults instantiates a new SecureUpdatePaymentLinkRequest 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 *SecureUpdatePaymentLinkRequest) GetMerchantId() string
GetMerchantId returns the MerchantId field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetMerchantId(v string)
SetMerchantId sets MerchantId field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasMerchantId() bool
HasMerchantId returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetPaymentDescription() string
GetPaymentDescription returns the PaymentDescription field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetPaymentDescription(v string)
SetPaymentDescription sets PaymentDescription field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasPaymentDescription() bool
HasPaymentDescription returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetCustomers() []PaymentLinkResponseCustomersInner
GetCustomers returns the Customers field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetCustomers(v []PaymentLinkResponseCustomersInner)
SetCustomers sets Customers field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasCustomers() bool
HasCustomers returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetInvoiceNumber() string
GetInvoiceNumber returns the InvoiceNumber field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetInvoiceNumber(v string)
SetInvoiceNumber sets InvoiceNumber field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasInvoiceNumber() bool
HasInvoiceNumber returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetExpireBy() int32
GetExpireBy returns the ExpireBy field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) GetExpireByOk() (*int32, bool)
GetExpireByOk returns a tuple with the ExpireBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureUpdatePaymentLinkRequest) SetExpireBy(v int32)
SetExpireBy sets ExpireBy field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasExpireBy() bool
HasExpireBy returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetExpireOn() string
GetExpireOn returns the ExpireOn field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetExpireOn(v string)
SetExpireOn sets ExpireOn field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasExpireOn() bool
HasExpireOn returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetLineItems() []PaymentLinkResponseLineItemsInner
GetLineItems returns the LineItems field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetLineItems(v []PaymentLinkResponseLineItemsInner)
SetLineItems sets LineItems field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasLineItems() bool
HasLineItems returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetShortDescription() string
GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetShortDescription(v string)
SetShortDescription sets ShortDescription field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasShortDescription() bool
HasShortDescription returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetResponseType() string
GetResponseType returns the ResponseType field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetResponseType(v string)
SetResponseType sets ResponseType field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasResponseType() bool
HasResponseType returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetCallbackParameters() PaymentLinkResponseCallbackParameters
GetCallbackParameters returns the CallbackParameters field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetCallbackParameters(v PaymentLinkResponseCallbackParameters)
SetCallbackParameters sets CallbackParameters field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasCallbackParameters() bool
HasCallbackParameters returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetPaymentLinkType() string
GetPaymentLinkType returns the PaymentLinkType field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetPaymentLinkType(v string)
SetPaymentLinkType sets PaymentLinkType field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasPaymentLinkType() bool
HasPaymentLinkType returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetSaveForFuture() bool
GetSaveForFuture returns the SaveForFuture field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetSaveForFuture(v bool)
SetSaveForFuture sets SaveForFuture field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasSaveForFuture() bool
HasSaveForFuture returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetSplits() []PaymentIntentRequestSplitsInner
GetSplits returns the Splits field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetSplits(v []PaymentIntentRequestSplitsInner)
SetSplits sets Splits field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasSplits() bool
HasSplits returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetQuoteKey() string
GetQuoteKey returns the QuoteKey field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetQuoteKey(v string)
SetQuoteKey sets QuoteKey field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasQuoteKey() bool
HasQuoteKey returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetAccountNumber() string
GetAccountNumber returns the AccountNumber field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetAccountNumber(v string)
SetAccountNumber sets AccountNumber field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasAccountNumber() bool
HasAccountNumber returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetReferenceType() string
GetReferenceType returns the ReferenceType field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetReferenceType(v string)
SetReferenceType sets ReferenceType field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasReferenceType() bool
HasReferenceType returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetReferenceNumber() string
GetReferenceNumber returns the ReferenceNumber field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetReferenceNumber(v string)
SetReferenceNumber sets ReferenceNumber field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasReferenceNumber() bool
HasReferenceNumber returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetReferenceKey() string
GetReferenceKey returns the ReferenceKey field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetReferenceKey(v string)
SetReferenceKey sets ReferenceKey field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasReferenceKey() bool
HasReferenceKey returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetReferenceDataList() []PaymentLinkResponseReferenceDataListInner
GetReferenceDataList returns the ReferenceDataList field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetReferenceDataList(v []PaymentLinkResponseReferenceDataListInner)
SetReferenceDataList sets ReferenceDataList field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasReferenceDataList() bool
HasReferenceDataList returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetPlatformSettlementStatus() string
GetPlatformSettlementStatus returns the PlatformSettlementStatus field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) GetPlatformSettlementStatusOk() (*string, bool)
GetPlatformSettlementStatusOk returns a tuple with the PlatformSettlementStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureUpdatePaymentLinkRequest) SetPlatformSettlementStatus(v string)
SetPlatformSettlementStatus sets PlatformSettlementStatus field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasPlatformSettlementStatus() bool
HasPlatformSettlementStatus returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetIsPayInFull() bool
GetIsPayInFull returns the IsPayInFull field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetIsPayInFull(v bool)
SetIsPayInFull sets IsPayInFull field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasIsPayInFull() bool
HasIsPayInFull returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetIsPremiumFinancier() bool
GetIsPremiumFinancier returns the IsPremiumFinancier field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetIsPremiumFinancier(v bool)
SetIsPremiumFinancier sets IsPremiumFinancier field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasIsPremiumFinancier() bool
HasIsPremiumFinancier returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetPfr() PaymentIntentRequestPfr
GetPfr returns the Pfr field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetPfr(v PaymentIntentRequestPfr)
SetPfr sets Pfr field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasPfr() bool
HasPfr returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetPfType() string
GetPfType returns the PfType field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) GetPfTypeOk() (*string, bool)
GetPfTypeOk returns a tuple with the PfType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureUpdatePaymentLinkRequest) SetPfType(v string)
SetPfType sets PfType field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasPfType() bool
HasPfType returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetAmount() float32
GetAmount returns the Amount field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetAmount(v float32)
SetAmount sets Amount field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasAmount() bool
HasAmount returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetEnablePremiumFinance() bool
GetEnablePremiumFinance returns the EnablePremiumFinance field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetEnablePremiumFinance(v bool)
SetEnablePremiumFinance sets EnablePremiumFinance field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasEnablePremiumFinance() bool
HasEnablePremiumFinance returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetExpireIn() int32
GetExpireIn returns the ExpireIn field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetExpireIn(v int32)
SetExpireIn sets ExpireIn field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasExpireIn() bool
HasExpireIn returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetExpireInUnit() string
GetExpireInUnit returns the ExpireInUnit field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetExpireInUnit(v string)
SetExpireInUnit sets ExpireInUnit field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasExpireInUnit() bool
HasExpireInUnit returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetSettings() SecureUpdatePaymentLinkRequestSettings
GetSettings returns the Settings field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) GetSettingsOk() (*SecureUpdatePaymentLinkRequestSettings, bool)
GetSettingsOk returns a tuple with the Settings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecureUpdatePaymentLinkRequest) SetSettings(v SecureUpdatePaymentLinkRequestSettings)
SetSettings sets Settings field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetSuppressTechnologyFee() bool
GetSuppressTechnologyFee returns the SuppressTechnologyFee field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetSuppressTechnologyFee(v bool)
SetSuppressTechnologyFee sets SuppressTechnologyFee field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasSuppressTechnologyFee() bool
HasSuppressTechnologyFee returns a boolean if a field has been set.
func (o *SecureUpdatePaymentLinkRequest) GetOverrideTechnologyFee() float32
GetOverrideTechnologyFee returns the OverrideTechnologyFee field if non-nil, zero value otherwise.
func (o *SecureUpdatePaymentLinkRequest) 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 *SecureUpdatePaymentLinkRequest) SetOverrideTechnologyFee(v float32)
SetOverrideTechnologyFee sets OverrideTechnologyFee field to given value.
func (o *SecureUpdatePaymentLinkRequest) HasOverrideTechnologyFee() bool
HasOverrideTechnologyFee returns a boolean if a field has been set.