- MandateAddress - Class in com.onlinepayments.domain
-
Object containing billing address details.
- MandateAddress() - Constructor for class com.onlinepayments.domain.MandateAddress
-
- MandateContactDetails - Class in com.onlinepayments.domain
-
Object containing contact details like email address and phone number
- MandateContactDetails() - Constructor for class com.onlinepayments.domain.MandateContactDetails
-
- MandateCustomer - Class in com.onlinepayments.domain
-
Customer object containing customer specific inputs.
- MandateCustomer() - Constructor for class com.onlinepayments.domain.MandateCustomer
-
- MandateMerchantAction - Class in com.onlinepayments.domain
-
Object that contains the action, including the needed data, that you should perform next, showing the redirect to a third party to complete the payment or like showing instructions.
- MandateMerchantAction() - Constructor for class com.onlinepayments.domain.MandateMerchantAction
-
- MandatePersonalInformation - Class in com.onlinepayments.domain
-
Object containing personal information of the customer.
- MandatePersonalInformation() - Constructor for class com.onlinepayments.domain.MandatePersonalInformation
-
- MandatePersonalName - Class in com.onlinepayments.domain
-
Object containing the name details of the customer.
- MandatePersonalName() - Constructor for class com.onlinepayments.domain.MandatePersonalName
-
- MandateRedirectData - Class in com.onlinepayments.domain
-
Object containing all data needed to redirect the customer
- MandateRedirectData() - Constructor for class com.onlinepayments.domain.MandateRedirectData
-
- MandateResponse - Class in com.onlinepayments.domain
-
Object containing the created mandate.
- MandateResponse() - Constructor for class com.onlinepayments.domain.MandateResponse
-
- mandates() - Method in class com.onlinepayments.merchant.MerchantClient
-
Resource /v2/{merchantId}/mandates
- mandates() - Method in interface com.onlinepayments.merchant.MerchantClientInterface
-
Resource /v2/{merchantId}/mandates
- MandatesClient - Class in com.onlinepayments.merchant.mandates
-
Mandates client.
- MandatesClient(ApiResource, Map<String, String>) - Constructor for class com.onlinepayments.merchant.mandates.MandatesClient
-
- MandatesClientInterface - Interface in com.onlinepayments.merchant.mandates
-
Mandates client.
- marshal(Object) - Method in class com.onlinepayments.defaultimpl.DefaultMarshaller
-
- marshal(Object) - Method in interface com.onlinepayments.Marshaller
-
Marshal a request object to a JSON string.
- Marshaller - Interface in com.onlinepayments
-
Used to marshal and unmarshal Online Payments platform request and response objects to and from JSON.
- MarshallerSyntaxException - Exception in com.onlinepayments
-
Thrown when a JSON string cannot be converted to a response object.
- MarshallerSyntaxException() - Constructor for exception com.onlinepayments.MarshallerSyntaxException
-
- MarshallerSyntaxException(Throwable) - Constructor for exception com.onlinepayments.MarshallerSyntaxException
-
- merchant(String) - Method in class com.onlinepayments.Client
-
Resource /v2/{merchantId}
- merchant(String) - Method in interface com.onlinepayments.ClientInterface
-
Resource /v2/{merchantId}
- MerchantAction - Class in com.onlinepayments.domain
-
Object that contains the action, including the needed data, that you should perform next, like showing instructions, showing the transaction results or redirect to a third party to complete the payment
- MerchantAction() - Constructor for class com.onlinepayments.domain.MerchantAction
-
- MerchantClient - Class in com.onlinepayments.merchant
-
Merchant client.
- MerchantClient(ApiResource, Map<String, String>) - Constructor for class com.onlinepayments.merchant.MerchantClient
-
- MerchantClientInterface - Interface in com.onlinepayments.merchant
-
Merchant client.
- MetaDataProvider - Class in com.onlinepayments
-
Provides meta info about the server.
- MetaDataProvider(String) - Constructor for class com.onlinepayments.MetaDataProvider
-
- MetaDataProvider(MetaDataProviderBuilder) - Constructor for class com.onlinepayments.MetaDataProvider
-
- MetaDataProviderBuilder - Class in com.onlinepayments
-
- MetaDataProviderBuilder(String) - Constructor for class com.onlinepayments.MetaDataProviderBuilder
-
- MobilePaymentData - Class in com.onlinepayments.domain
-
Object containing payment details
- MobilePaymentData() - Constructor for class com.onlinepayments.domain.MobilePaymentData
-
- MobilePaymentMethodHostedCheckoutSpecificInput - Class in com.onlinepayments.domain
-
Object containing the specific input details for mobile payments
- MobilePaymentMethodHostedCheckoutSpecificInput() - Constructor for class com.onlinepayments.domain.MobilePaymentMethodHostedCheckoutSpecificInput
-
- MobilePaymentMethodSpecificInput - Class in com.onlinepayments.domain
-
Object containing the specific input details for mobile payments
- MobilePaymentMethodSpecificInput() - Constructor for class com.onlinepayments.domain.MobilePaymentMethodSpecificInput
-
- MobilePaymentMethodSpecificOutput - Class in com.onlinepayments.domain
-
Object containing the mobile payment method details
- MobilePaymentMethodSpecificOutput() - Constructor for class com.onlinepayments.domain.MobilePaymentMethodSpecificOutput
-
- MobilePaymentProduct320SpecificInput - Class in com.onlinepayments.domain
-
Object containing information specific to Google Pay.
- MobilePaymentProduct320SpecificInput() - Constructor for class com.onlinepayments.domain.MobilePaymentProduct320SpecificInput
-
- MultipartFormDataObject - Class in com.onlinepayments
-
A representation of a multipart/form-data object.
- MultipartFormDataObject() - Constructor for class com.onlinepayments.MultipartFormDataObject
-
- MultipartFormDataRequest - Interface in com.onlinepayments
-
Represents a multipart/form-data request.