| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
MobilePaymentMethodSpecificInput |
CreatePaymentRequest.getMobilePaymentMethodSpecificInput()
Object containing the specific input details for mobile payments
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withAuthorizationMode(String value)
Determines the type of the authorization that will be used.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withDecryptedPaymentData(DecryptedPaymentData value)
The payment data if you do the decryption of the encrypted payment data yourself.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withEncryptedPaymentData(String value)
The payment data if we will do the decryption of the encrypted payment data.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withEphemeralKey(String value)
Ephemeral Key
A unique generated key used by Apple to encrypt data.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInput value)
Object containing information specific to Google Pay.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withPaymentProductId(Integer value)
Payment product identifier - Please see Products documentation for a full overview of possible values.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withPublicKeyHash(String value)
Public Key Hash
A unique identifier to retrieve key used by Apple to encrypt information.
|
MobilePaymentMethodSpecificInput |
MobilePaymentMethodSpecificInput.withRequiresApproval(Boolean value)
* true = the payment requires approval before the funds will be captured using the Approve payment or Capture payment API
* false = the payment does not require approval, and the funds will be captured automatically
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreatePaymentRequest.setMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInput value)
Object containing the specific input details for mobile payments
|
CreatePaymentRequest |
CreatePaymentRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInput value)
Object containing the specific input details for mobile payments
|
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.