Interface | Description |
---|---|
CreatePaymentData |
Provides a wrapper for all data that could possibly be needed by a
PaymentServiceProvider implementation
to create a new payment object. |
CreatePaymentTransactionData |
Provides a wrapper for all data that could possibly be needed by a
PaymentServiceProvider implementation
to create a new payment transaction object. |
HttpRequestInfo |
Data wrapper for HTTP client request data that could be used for payment purposes.
|
HttpRequestResult |
Created by mgatz on 8/9/16.
|
PaymentCreationRequestStatus |
Created by mgatz on 7/18/16.
|
PaymentCreationResult |
Provides all information a payment create operation creates for the calling shop system.
|
PaymentInteractionData |
This base interface ensures that all actions taken by the adapter
can use a provided
SphereClient instance and do not have to take care of creating one on their own. |
PaymentOperationResult |
Created by mgatz on 8/8/16.
|
PaymentTransactionCreationResult |
Created by mgatz on 7/27/16.
|