Skip to content

Latest commit

 

History

History
862 lines (465 loc) · 26.7 KB

File metadata and controls

862 lines (465 loc) · 26.7 KB

SecureUpdatePaymentLinkRequest

Properties

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]

Methods

NewSecureUpdatePaymentLinkRequest

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

NewSecureUpdatePaymentLinkRequestWithDefaults

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

GetMerchantId

func (o *SecureUpdatePaymentLinkRequest) GetMerchantId() string

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

GetMerchantIdOk

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.

SetMerchantId

func (o *SecureUpdatePaymentLinkRequest) SetMerchantId(v string)

SetMerchantId sets MerchantId field to given value.

HasMerchantId

func (o *SecureUpdatePaymentLinkRequest) HasMerchantId() bool

HasMerchantId returns a boolean if a field has been set.

GetTitle

func (o *SecureUpdatePaymentLinkRequest) GetTitle() string

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

GetTitleOk

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.

SetTitle

func (o *SecureUpdatePaymentLinkRequest) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *SecureUpdatePaymentLinkRequest) HasTitle() bool

HasTitle returns a boolean if a field has been set.

GetPaymentDescription

func (o *SecureUpdatePaymentLinkRequest) GetPaymentDescription() string

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

GetPaymentDescriptionOk

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.

SetPaymentDescription

func (o *SecureUpdatePaymentLinkRequest) SetPaymentDescription(v string)

SetPaymentDescription sets PaymentDescription field to given value.

HasPaymentDescription

func (o *SecureUpdatePaymentLinkRequest) HasPaymentDescription() bool

HasPaymentDescription returns a boolean if a field has been set.

GetCustomers

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

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

GetCustomersOk

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.

SetCustomers

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

SetCustomers sets Customers field to given value.

HasCustomers

func (o *SecureUpdatePaymentLinkRequest) HasCustomers() bool

HasCustomers returns a boolean if a field has been set.

GetInvoiceNumber

func (o *SecureUpdatePaymentLinkRequest) GetInvoiceNumber() string

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

GetInvoiceNumberOk

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.

SetInvoiceNumber

func (o *SecureUpdatePaymentLinkRequest) SetInvoiceNumber(v string)

SetInvoiceNumber sets InvoiceNumber field to given value.

HasInvoiceNumber

func (o *SecureUpdatePaymentLinkRequest) HasInvoiceNumber() bool

HasInvoiceNumber returns a boolean if a field has been set.

GetExpireBy

func (o *SecureUpdatePaymentLinkRequest) GetExpireBy() int32

GetExpireBy returns the ExpireBy field if non-nil, zero value otherwise.

GetExpireByOk

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.

SetExpireBy

func (o *SecureUpdatePaymentLinkRequest) SetExpireBy(v int32)

SetExpireBy sets ExpireBy field to given value.

HasExpireBy

func (o *SecureUpdatePaymentLinkRequest) HasExpireBy() bool

HasExpireBy returns a boolean if a field has been set.

GetExpireOn

func (o *SecureUpdatePaymentLinkRequest) GetExpireOn() string

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

GetExpireOnOk

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.

SetExpireOn

func (o *SecureUpdatePaymentLinkRequest) SetExpireOn(v string)

SetExpireOn sets ExpireOn field to given value.

HasExpireOn

func (o *SecureUpdatePaymentLinkRequest) HasExpireOn() bool

HasExpireOn returns a boolean if a field has been set.

GetLineItems

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

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

GetLineItemsOk

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.

SetLineItems

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

SetLineItems sets LineItems field to given value.

HasLineItems

func (o *SecureUpdatePaymentLinkRequest) HasLineItems() bool

HasLineItems returns a boolean if a field has been set.

GetShortDescription

func (o *SecureUpdatePaymentLinkRequest) GetShortDescription() string

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

GetShortDescriptionOk

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.

SetShortDescription

func (o *SecureUpdatePaymentLinkRequest) SetShortDescription(v string)

SetShortDescription sets ShortDescription field to given value.

HasShortDescription

func (o *SecureUpdatePaymentLinkRequest) HasShortDescription() bool

HasShortDescription returns a boolean if a field has been set.

GetResponseType

func (o *SecureUpdatePaymentLinkRequest) GetResponseType() string

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

GetResponseTypeOk

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.

SetResponseType

func (o *SecureUpdatePaymentLinkRequest) SetResponseType(v string)

SetResponseType sets ResponseType field to given value.

HasResponseType

func (o *SecureUpdatePaymentLinkRequest) HasResponseType() bool

HasResponseType returns a boolean if a field has been set.

GetCallbackParameters

func (o *SecureUpdatePaymentLinkRequest) GetCallbackParameters() PaymentLinkResponseCallbackParameters

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

GetCallbackParametersOk

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.

SetCallbackParameters

func (o *SecureUpdatePaymentLinkRequest) SetCallbackParameters(v PaymentLinkResponseCallbackParameters)

SetCallbackParameters sets CallbackParameters field to given value.

HasCallbackParameters

func (o *SecureUpdatePaymentLinkRequest) HasCallbackParameters() bool

HasCallbackParameters returns a boolean if a field has been set.

GetPaymentLinkType

func (o *SecureUpdatePaymentLinkRequest) GetPaymentLinkType() string

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

GetPaymentLinkTypeOk

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.

SetPaymentLinkType

func (o *SecureUpdatePaymentLinkRequest) SetPaymentLinkType(v string)

SetPaymentLinkType sets PaymentLinkType field to given value.

HasPaymentLinkType

func (o *SecureUpdatePaymentLinkRequest) HasPaymentLinkType() bool

HasPaymentLinkType returns a boolean if a field has been set.

GetSaveForFuture

func (o *SecureUpdatePaymentLinkRequest) GetSaveForFuture() bool

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

GetSaveForFutureOk

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.

SetSaveForFuture

func (o *SecureUpdatePaymentLinkRequest) SetSaveForFuture(v bool)

SetSaveForFuture sets SaveForFuture field to given value.

HasSaveForFuture

func (o *SecureUpdatePaymentLinkRequest) HasSaveForFuture() bool

HasSaveForFuture returns a boolean if a field has been set.

GetSplits

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

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

GetSplitsOk

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.

SetSplits

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

SetSplits sets Splits field to given value.

HasSplits

func (o *SecureUpdatePaymentLinkRequest) HasSplits() bool

HasSplits returns a boolean if a field has been set.

GetQuoteKey

func (o *SecureUpdatePaymentLinkRequest) GetQuoteKey() string

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

GetQuoteKeyOk

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.

SetQuoteKey

func (o *SecureUpdatePaymentLinkRequest) SetQuoteKey(v string)

SetQuoteKey sets QuoteKey field to given value.

HasQuoteKey

func (o *SecureUpdatePaymentLinkRequest) HasQuoteKey() bool

HasQuoteKey returns a boolean if a field has been set.

GetAccountNumber

func (o *SecureUpdatePaymentLinkRequest) GetAccountNumber() string

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

GetAccountNumberOk

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.

SetAccountNumber

func (o *SecureUpdatePaymentLinkRequest) SetAccountNumber(v string)

SetAccountNumber sets AccountNumber field to given value.

HasAccountNumber

func (o *SecureUpdatePaymentLinkRequest) HasAccountNumber() bool

HasAccountNumber returns a boolean if a field has been set.

GetReferenceType

func (o *SecureUpdatePaymentLinkRequest) GetReferenceType() string

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

GetReferenceTypeOk

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.

SetReferenceType

func (o *SecureUpdatePaymentLinkRequest) SetReferenceType(v string)

SetReferenceType sets ReferenceType field to given value.

HasReferenceType

func (o *SecureUpdatePaymentLinkRequest) HasReferenceType() bool

HasReferenceType returns a boolean if a field has been set.

GetReferenceNumber

func (o *SecureUpdatePaymentLinkRequest) GetReferenceNumber() string

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

GetReferenceNumberOk

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.

SetReferenceNumber

func (o *SecureUpdatePaymentLinkRequest) SetReferenceNumber(v string)

SetReferenceNumber sets ReferenceNumber field to given value.

HasReferenceNumber

func (o *SecureUpdatePaymentLinkRequest) HasReferenceNumber() bool

HasReferenceNumber returns a boolean if a field has been set.

GetReferenceKey

func (o *SecureUpdatePaymentLinkRequest) GetReferenceKey() string

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

GetReferenceKeyOk

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.

SetReferenceKey

func (o *SecureUpdatePaymentLinkRequest) SetReferenceKey(v string)

SetReferenceKey sets ReferenceKey field to given value.

HasReferenceKey

func (o *SecureUpdatePaymentLinkRequest) HasReferenceKey() bool

HasReferenceKey returns a boolean if a field has been set.

GetReferenceDataList

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

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

GetReferenceDataListOk

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.

SetReferenceDataList

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

SetReferenceDataList sets ReferenceDataList field to given value.

HasReferenceDataList

func (o *SecureUpdatePaymentLinkRequest) HasReferenceDataList() bool

HasReferenceDataList returns a boolean if a field has been set.

GetPlatformSettlementStatus

func (o *SecureUpdatePaymentLinkRequest) GetPlatformSettlementStatus() string

GetPlatformSettlementStatus returns the PlatformSettlementStatus field if non-nil, zero value otherwise.

GetPlatformSettlementStatusOk

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.

SetPlatformSettlementStatus

func (o *SecureUpdatePaymentLinkRequest) SetPlatformSettlementStatus(v string)

SetPlatformSettlementStatus sets PlatformSettlementStatus field to given value.

HasPlatformSettlementStatus

func (o *SecureUpdatePaymentLinkRequest) HasPlatformSettlementStatus() bool

HasPlatformSettlementStatus returns a boolean if a field has been set.

GetIsPayInFull

func (o *SecureUpdatePaymentLinkRequest) GetIsPayInFull() bool

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

GetIsPayInFullOk

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.

SetIsPayInFull

func (o *SecureUpdatePaymentLinkRequest) SetIsPayInFull(v bool)

SetIsPayInFull sets IsPayInFull field to given value.

HasIsPayInFull

func (o *SecureUpdatePaymentLinkRequest) HasIsPayInFull() bool

HasIsPayInFull returns a boolean if a field has been set.

GetIsPremiumFinancier

func (o *SecureUpdatePaymentLinkRequest) GetIsPremiumFinancier() bool

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

GetIsPremiumFinancierOk

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.

SetIsPremiumFinancier

func (o *SecureUpdatePaymentLinkRequest) SetIsPremiumFinancier(v bool)

SetIsPremiumFinancier sets IsPremiumFinancier field to given value.

HasIsPremiumFinancier

func (o *SecureUpdatePaymentLinkRequest) HasIsPremiumFinancier() bool

HasIsPremiumFinancier returns a boolean if a field has been set.

GetPfr

func (o *SecureUpdatePaymentLinkRequest) GetPfr() PaymentIntentRequestPfr

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

GetPfrOk

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.

SetPfr

func (o *SecureUpdatePaymentLinkRequest) SetPfr(v PaymentIntentRequestPfr)

SetPfr sets Pfr field to given value.

HasPfr

func (o *SecureUpdatePaymentLinkRequest) HasPfr() bool

HasPfr returns a boolean if a field has been set.

GetPfType

func (o *SecureUpdatePaymentLinkRequest) GetPfType() string

GetPfType returns the PfType field if non-nil, zero value otherwise.

GetPfTypeOk

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.

SetPfType

func (o *SecureUpdatePaymentLinkRequest) SetPfType(v string)

SetPfType sets PfType field to given value.

HasPfType

func (o *SecureUpdatePaymentLinkRequest) HasPfType() bool

HasPfType returns a boolean if a field has been set.

GetAmount

func (o *SecureUpdatePaymentLinkRequest) GetAmount() float32

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

GetAmountOk

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.

SetAmount

func (o *SecureUpdatePaymentLinkRequest) SetAmount(v float32)

SetAmount sets Amount field to given value.

HasAmount

func (o *SecureUpdatePaymentLinkRequest) HasAmount() bool

HasAmount returns a boolean if a field has been set.

GetEnablePremiumFinance

func (o *SecureUpdatePaymentLinkRequest) GetEnablePremiumFinance() bool

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

GetEnablePremiumFinanceOk

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.

SetEnablePremiumFinance

func (o *SecureUpdatePaymentLinkRequest) SetEnablePremiumFinance(v bool)

SetEnablePremiumFinance sets EnablePremiumFinance field to given value.

HasEnablePremiumFinance

func (o *SecureUpdatePaymentLinkRequest) HasEnablePremiumFinance() bool

HasEnablePremiumFinance returns a boolean if a field has been set.

GetExpireIn

func (o *SecureUpdatePaymentLinkRequest) GetExpireIn() int32

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

GetExpireInOk

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.

SetExpireIn

func (o *SecureUpdatePaymentLinkRequest) SetExpireIn(v int32)

SetExpireIn sets ExpireIn field to given value.

HasExpireIn

func (o *SecureUpdatePaymentLinkRequest) HasExpireIn() bool

HasExpireIn returns a boolean if a field has been set.

GetExpireInUnit

func (o *SecureUpdatePaymentLinkRequest) GetExpireInUnit() string

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

GetExpireInUnitOk

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.

SetExpireInUnit

func (o *SecureUpdatePaymentLinkRequest) SetExpireInUnit(v string)

SetExpireInUnit sets ExpireInUnit field to given value.

HasExpireInUnit

func (o *SecureUpdatePaymentLinkRequest) HasExpireInUnit() bool

HasExpireInUnit returns a boolean if a field has been set.

GetSettings

func (o *SecureUpdatePaymentLinkRequest) GetSettings() SecureUpdatePaymentLinkRequestSettings

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

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.

SetSettings

func (o *SecureUpdatePaymentLinkRequest) SetSettings(v SecureUpdatePaymentLinkRequestSettings)

SetSettings sets Settings field to given value.

HasSettings

func (o *SecureUpdatePaymentLinkRequest) HasSettings() bool

HasSettings returns a boolean if a field has been set.

GetSuppressTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) GetSuppressTechnologyFee() bool

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

GetSuppressTechnologyFeeOk

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.

SetSuppressTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) SetSuppressTechnologyFee(v bool)

SetSuppressTechnologyFee sets SuppressTechnologyFee field to given value.

HasSuppressTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) HasSuppressTechnologyFee() bool

HasSuppressTechnologyFee returns a boolean if a field has been set.

GetOverrideTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) GetOverrideTechnologyFee() float32

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

GetOverrideTechnologyFeeOk

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.

SetOverrideTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) SetOverrideTechnologyFee(v float32)

SetOverrideTechnologyFee sets OverrideTechnologyFee field to given value.

HasOverrideTechnologyFee

func (o *SecureUpdatePaymentLinkRequest) HasOverrideTechnologyFee() bool

HasOverrideTechnologyFee returns a boolean if a field has been set.

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