| Modifier and Type | Method and Description |
|---|---|
PaymentData |
PaymentFacade.beginHopCreateSubscription(java.lang.String responseUrl,
java.lang.String merchantCallbackUrl)
Gets the Hosted Order Page request data which includes all data required to create a
subscription (customer profile).
|
PaymentData |
PaymentFacade.beginSopCreateSubscription(java.lang.String responseUrl,
java.lang.String merchantCallbackUrl)
Gets the Silent Order Post request data which includes all data required to create a
subscription (customer profile).
|
| Modifier and Type | Method and Description |
|---|---|
PaymentData |
DefaultPaymentFacade.beginHopCreateSubscription(java.lang.String responseUrl,
java.lang.String merchantCallbackUrl) |
PaymentData |
DefaultPaymentFacade.beginSopCreateSubscription(java.lang.String responseUrl,
java.lang.String merchantCallbackUrl) |
| Modifier and Type | Method and Description |
|---|---|
PaymentData |
PaymentService.beginHopCreatePaymentSubscription(java.lang.String siteName,
java.lang.String responseUrl,
java.lang.String merchantCallbackUrl,
CustomerModel customerModel,
CreditCardPaymentInfoModel cardInfo,
AddressModel paymentAddress)
This method generates the Hosted Order Page request data which includes all data required to create a subscription
(customer profile).
|
PaymentData |
PaymentService.beginSopCreatePaymentSubscription(java.lang.String siteName,
java.lang.String responseUrl,
java.lang.String merchantCallbackUrl,
CustomerModel customerModel,
CreditCardPaymentInfoModel cardInfo,
AddressModel paymentAddress)
This method generates the Hosted Order Page request data which includes all data required to create a subscription
(customer profile).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentDataPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRequestPopulator.addBooleanParameter(PaymentData target,
java.lang.String name,
java.lang.Boolean value)
Common method to add a
Boolean parameter to the target Map<String, String>. |
protected void |
AbstractRequestPopulator.addRequestQueryParam(PaymentData target,
java.lang.String name,
java.lang.String value)
Common method to add a query parameter to the target
Map<String, String>. |
void |
OrderPageConfirmationRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
PaymentInfoRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
SignatureRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
OrderInfoRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
CustomerInfoRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
OrderPageAppearanceRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
void |
SubscriptionSignatureRequestPopulator.populate(CreateSubscriptionRequest source,
PaymentData target) |
protected void |
CustomerInfoRequestPopulator.populateBillingInfo(CustomerBillToData source,
PaymentData target) |
protected void |
CustomerInfoRequestPopulator.populateShippingInfo(CustomerShipToData source,
PaymentData target) |
| Modifier and Type | Method and Description |
|---|---|
PaymentData |
DefaultAcceleratorPaymentService.beginHopCreatePaymentSubscription(java.lang.String siteName,
java.lang.String responseUrl,
java.lang.String merchantCallbackUrl,
CustomerModel customer,
CreditCardPaymentInfoModel cardInfo,
AddressModel paymentAddress) |
PaymentData |
DefaultAcceleratorPaymentService.beginSopCreatePaymentSubscription(java.lang.String siteName,
java.lang.String responseUrl,
java.lang.String merchantCallbackUrl,
CustomerModel customer,
CreditCardPaymentInfoModel cardInfo,
AddressModel paymentAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CreateSubscriptionRequest,PaymentData> |
DefaultAcceleratorPaymentService.getPaymentDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAcceleratorPaymentService.setPaymentDataConverter(Converter<CreateSubscriptionRequest,PaymentData> paymentDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
PaymentData |
DefaultCommerceWebServicesPaymentFacade.beginSopCreateSubscription(java.lang.String responseUrl,
java.lang.String merchantCallbackUrl) |
Copyright © 2018 SAP SE. All Rights Reserved.