Uses of Class
com.onlinepayments.domain.MobilePaymentMethodSpecificInput
Packages that use MobilePaymentMethodSpecificInput
-
Uses of MobilePaymentMethodSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return MobilePaymentMethodSpecificInputModifier and TypeMethodDescriptionCreatePaymentRequest.getMobilePaymentMethodSpecificInput()Object containing the specific input details for mobile paymentsMobilePaymentMethodSpecificInput.withAuthorizationMode(String value) Determines the type of the authorization that will be used.MobilePaymentMethodSpecificInput.withDecryptedPaymentData(DecryptedPaymentData value) The payment data if you do the decryption of the encrypted payment data yourself.MobilePaymentMethodSpecificInput.withEncryptedPaymentData(String value) The payment data if we will do the decryption of the encrypted payment data.MobilePaymentMethodSpecificInput.withEphemeralKey(String value) Ephemeral Key A unique generated key used by Apple to encrypt data.MobilePaymentMethodSpecificInput.withPaymentProduct320SpecificInput(MobilePaymentProduct320SpecificInput value) Object containing information specific to Google Pay.MobilePaymentMethodSpecificInput.withPaymentProductId(Integer value) Payment product identifier - Please see Products documentation for a full overview of possible values.MobilePaymentMethodSpecificInput.withPublicKeyHash(String value) Public Key Hash A unique identifier to retrieve key used by Apple to encrypt information.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 automaticallyMethods in com.onlinepayments.domain with parameters of type MobilePaymentMethodSpecificInputModifier and TypeMethodDescriptionvoidCreatePaymentRequest.setMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInput value) Object containing the specific input details for mobile paymentsCreatePaymentRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInput value) Object containing the specific input details for mobile payments