public interface CreatePaymentData extends PaymentInteractionData
PaymentServiceProvider
implementation
to create a new payment object.
Created by mgatz on 7/18/16.Modifier and Type | Method and Description |
---|---|
io.sphere.sdk.carts.Cart |
getCart() |
java.util.Optional<io.sphere.sdk.customers.Customer> |
getCustomer() |
java.util.Optional<HttpRequestInfo> |
getHttpRequestInfo() |
io.sphere.sdk.payments.PaymentMethodInfo |
getPaymentMethodinInfo() |
java.lang.String |
getReference() |
getConfigByName, getSphereClient
io.sphere.sdk.payments.PaymentMethodInfo getPaymentMethodinInfo()
PaymentMethodInfo
the Payment
object should be created forio.sphere.sdk.carts.Cart getCart()
java.lang.String getReference()
java.util.Optional<io.sphere.sdk.customers.Customer> getCustomer()
java.util.Optional<HttpRequestInfo> getHttpRequestInfo()