public class MobilePaymentMethodSpecificInputHostedCheckout extends AbstractPaymentMethodSpecificInput
Constructor and Description |
---|
MobilePaymentMethodSpecificInputHostedCheckout() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationMode()
Determines the type of the authorization that will be used.
|
String |
getCustomerReference()
Reference of the customer for the payment (purchase order #, etc.).
|
MobilePaymentProduct302SpecificInputHostedCheckout |
getPaymentProduct302SpecificInput()
Object containing information specific to Apple Pay
|
MobilePaymentProduct320SpecificInputHostedCheckout |
getPaymentProduct320SpecificInput()
Object containing information specific to Google Pay (paymentProductId 320)
|
Boolean |
getRequiresApproval()
|
Boolean |
getSkipFraudService()
|
void |
setAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
void |
setCustomerReference(String value)
Reference of the customer for the payment (purchase order #, etc.).
|
void |
setPaymentProduct302SpecificInput(MobilePaymentProduct302SpecificInputHostedCheckout value)
Object containing information specific to Apple Pay
|
void |
setPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInputHostedCheckout value)
Object containing information specific to Google Pay (paymentProductId 320)
|
void |
setRequiresApproval(Boolean value)
|
void |
setSkipFraudService(Boolean value)
|
getPaymentProductId, setPaymentProductId
public MobilePaymentMethodSpecificInputHostedCheckout()
public String getAuthorizationMode()
public void setAuthorizationMode(String value)
public String getCustomerReference()
public void setCustomerReference(String value)
public MobilePaymentProduct302SpecificInputHostedCheckout getPaymentProduct302SpecificInput()
public void setPaymentProduct302SpecificInput(MobilePaymentProduct302SpecificInputHostedCheckout value)
public MobilePaymentProduct320SpecificInputHostedCheckout getPaymentProduct320SpecificInput()
public void setPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInputHostedCheckout value)
public Boolean getRequiresApproval()
public void setRequiresApproval(Boolean value)
public Boolean getSkipFraudService()
public void setSkipFraudService(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.