public class MobilePaymentMethodSpecificInput extends AbstractPaymentMethodSpecificInput
Constructor and Description |
---|
MobilePaymentMethodSpecificInput() |
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.).
|
DecryptedPaymentData |
getDecryptedPaymentData()
The payment data if you do the decryption of the encrypted payment data yourself.
|
String |
getEncryptedPaymentData()
The payment data if we will do the decryption of the encrypted payment data.
|
MobilePaymentProduct320SpecificInput |
getPaymentProduct320SpecificInput()
Object containing information specific to Google Pay
|
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 |
setDecryptedPaymentData(DecryptedPaymentData value)
The payment data if you do the decryption of the encrypted payment data yourself.
|
void |
setEncryptedPaymentData(String value)
The payment data if we will do the decryption of the encrypted payment data.
|
void |
setPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInput value)
Object containing information specific to Google Pay
|
void |
setRequiresApproval(Boolean value)
|
void |
setSkipFraudService(Boolean value)
|
getPaymentProductId, setPaymentProductId
public String getAuthorizationMode()
public void setAuthorizationMode(String value)
public String getCustomerReference()
public void setCustomerReference(String value)
public DecryptedPaymentData getDecryptedPaymentData()
public void setDecryptedPaymentData(DecryptedPaymentData value)
public String getEncryptedPaymentData()
Typically you'd use encryptedCustomerInput in the root of the create payment request to provide the encrypted payment data instead.
public void setEncryptedPaymentData(String value)
Typically you'd use encryptedCustomerInput in the root of the create payment request to provide the encrypted payment data instead.
public MobilePaymentProduct320SpecificInput getPaymentProduct320SpecificInput()
public void setPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInput 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.