EWallet Channel Properties
Name | Type | Required | Description | Examples |
---|---|---|---|---|
SuccessReturnUrl | Pointer to string | URL where the end-customer is redirected if the authorization is successful | ||
FailureReturnUrl | Pointer to string | URL where the end-customer is redirected if the authorization failed | ||
PendingReturnUrl | Pointer to string | URL where the end-customer is redirected if the authorization is pending | ||
CancelReturnUrl | Pointer to string | URL where the end-customer is redirected if the authorization cancelled | ||
MobileNumber | Pointer to string | Mobile number of customer in E.164 format (e.g. +628123123123). For OVO one time payment use only. | ||
RedeemPoints | Pointer to string | REDEEM_NONE will not use any point, REDEEM_ALL will use all available points before cash balance is used. For OVO and ShopeePay tokenized payment use only. | ||
Cashtag | Pointer to string | Available for JENIUSPAY only | ||
PromotionLabel | Pointer to string | Available only for OVO |
func NewEWalletChannelProperties() *EWalletChannelProperties
NewEWalletChannelProperties instantiates a new EWalletChannelProperties 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 NewEWalletChannelPropertiesWithDefaults() *EWalletChannelProperties
NewEWalletChannelPropertiesWithDefaults instantiates a new EWalletChannelProperties 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 *EWalletChannelProperties) GetSuccessReturnUrl() string
GetSuccessReturnUrl returns the SuccessReturnUrl field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetSuccessReturnUrlOk() (*string, bool)
GetSuccessReturnUrlOk returns a tuple with the SuccessReturnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetSuccessReturnUrl(v string)
SetSuccessReturnUrl sets SuccessReturnUrl field to given value.
func (o *EWalletChannelProperties) HasSuccessReturnUrl() bool
HasSuccessReturnUrl returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetFailureReturnUrl() string
GetFailureReturnUrl returns the FailureReturnUrl field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetFailureReturnUrlOk() (*string, bool)
GetFailureReturnUrlOk returns a tuple with the FailureReturnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetFailureReturnUrl(v string)
SetFailureReturnUrl sets FailureReturnUrl field to given value.
func (o *EWalletChannelProperties) HasFailureReturnUrl() bool
HasFailureReturnUrl returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetPendingReturnUrl() string
GetPendingReturnUrl returns the PendingReturnUrl field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetPendingReturnUrlOk() (*string, bool)
GetPendingReturnUrlOk returns a tuple with the PendingReturnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetPendingReturnUrl(v string)
SetPendingReturnUrl sets PendingReturnUrl field to given value.
func (o *EWalletChannelProperties) HasPendingReturnUrl() bool
HasPendingReturnUrl returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetCancelReturnUrl() string
GetCancelReturnUrl returns the CancelReturnUrl field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetCancelReturnUrlOk() (*string, bool)
GetCancelReturnUrlOk returns a tuple with the CancelReturnUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetCancelReturnUrl(v string)
SetCancelReturnUrl sets CancelReturnUrl field to given value.
func (o *EWalletChannelProperties) HasCancelReturnUrl() bool
HasCancelReturnUrl returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetMobileNumber() string
GetMobileNumber returns the MobileNumber field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetMobileNumberOk() (*string, bool)
GetMobileNumberOk returns a tuple with the MobileNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetMobileNumber(v string)
SetMobileNumber sets MobileNumber field to given value.
func (o *EWalletChannelProperties) HasMobileNumber() bool
HasMobileNumber returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetRedeemPoints() string
GetRedeemPoints returns the RedeemPoints field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetRedeemPointsOk() (*string, bool)
GetRedeemPointsOk returns a tuple with the RedeemPoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetRedeemPoints(v string)
SetRedeemPoints sets RedeemPoints field to given value.
func (o *EWalletChannelProperties) HasRedeemPoints() bool
HasRedeemPoints returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetCashtag() string
GetCashtag returns the Cashtag field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetCashtagOk() (*string, bool)
GetCashtagOk returns a tuple with the Cashtag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetCashtag(v string)
SetCashtag sets Cashtag field to given value.
func (o *EWalletChannelProperties) HasCashtag() bool
HasCashtag returns a boolean if a field has been set.
func (o *EWalletChannelProperties) GetPromotionLabel() string
GetPromotionLabel returns the PromotionLabel field if non-nil, zero value otherwise.
func (o *EWalletChannelProperties) GetPromotionLabelOk() (*string, bool)
GetPromotionLabelOk returns a tuple with the PromotionLabel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EWalletChannelProperties) SetPromotionLabel(v string)
SetPromotionLabel sets PromotionLabel field to given value.
func (o *EWalletChannelProperties) HasPromotionLabel() bool
HasPromotionLabel returns a boolean if a field has been set.