TransactionInputSupportedParamsPartnerData
Properties
RedirectUrl
TransactionInputSupportedParamsPartnerDataRedirectUrl
Methods
NewTransactionInputSupportedParamsPartnerData
func NewTransactionInputSupportedParamsPartnerData(redirectUrl TransactionInputSupportedParamsPartnerDataRedirectUrl, ) *TransactionInputSupportedParamsPartnerData
NewTransactionInputSupportedParamsPartnerData instantiates a new TransactionInputSupportedParamsPartnerData 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
NewTransactionInputSupportedParamsPartnerDataWithDefaults
func NewTransactionInputSupportedParamsPartnerDataWithDefaults() *TransactionInputSupportedParamsPartnerData
NewTransactionInputSupportedParamsPartnerDataWithDefaults instantiates a new TransactionInputSupportedParamsPartnerData 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
GetRedirectUrl
func (o *TransactionInputSupportedParamsPartnerData) GetRedirectUrl() TransactionInputSupportedParamsPartnerDataRedirectUrl
GetRedirectUrl returns the RedirectUrl field if non-nil, zero value otherwise.
GetRedirectUrlOk
func (o *TransactionInputSupportedParamsPartnerData) GetRedirectUrlOk() (*TransactionInputSupportedParamsPartnerDataRedirectUrl, bool)
GetRedirectUrlOk returns a tuple with the RedirectUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRedirectUrl
func (o *TransactionInputSupportedParamsPartnerData) SetRedirectUrl(v TransactionInputSupportedParamsPartnerDataRedirectUrl)
SetRedirectUrl sets RedirectUrl field to given value.
[Back to Model list] [Back to API list] [Back to README]