public class MobilePaymentMethodHostedCheckoutSpecificInput extends Object
| Constructor and Description |
|---|
MobilePaymentMethodHostedCheckoutSpecificInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationMode()
Determines the type of the authorization that will be used.
|
Integer |
getPaymentProductId()
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
void |
setAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
void |
setPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
MobilePaymentMethodHostedCheckoutSpecificInput |
withAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
MobilePaymentMethodHostedCheckoutSpecificInput |
withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
public MobilePaymentMethodHostedCheckoutSpecificInput()
public String getAuthorizationMode()
public void setAuthorizationMode(String value)
public MobilePaymentMethodHostedCheckoutSpecificInput withAuthorizationMode(String value)
public Integer getPaymentProductId()
public void setPaymentProductId(Integer value)
public MobilePaymentMethodHostedCheckoutSpecificInput withPaymentProductId(Integer value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.