| Modifier and Type | Method and Description |
|---|---|
CreditCardPaymentInfoModel |
CustomerAccountService.createPaymentSubscription(CustomerModel customerModel,
CardInfo cardInfo,
BillingInfo billingInfo,
java.lang.String titleCode,
java.lang.String paymentProvider,
boolean saveInAccount)
Creates a payment subscription using specified
paymentProvider. |
| Modifier and Type | Method and Description |
|---|---|
CreditCardPaymentInfoModel |
DefaultCustomerAccountService.createPaymentSubscription(CustomerModel customerModel,
CardInfo cardInfo,
BillingInfo billingInfo,
java.lang.String titleCode,
java.lang.String paymentProvider,
boolean saveInAccount) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransactionEntryModel |
PaymentService.getSubscriptionData(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
BillingInfo billingInfo,
CardInfo card)
Gets the stored card info or payment address
|
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
UpdateSubscriptionRequest.getBillingInfo() |
BillingInfo |
CreateSubscriptionRequest.getBillingInfo() |
BillingInfo |
StandaloneRefundRequest.getBillTo() |
BillingInfo |
AuthorizationRequest.getShippingInfo() |
BillingInfo |
SubscriptionAuthorizationRequest.getShippingInfo() |
| Constructor and Description |
|---|
AuthorizationRequest(java.lang.String merchantTransactionCode,
CardInfo card,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
BillingInfo shippingInfo)
An authorized request, where missing data is filled by the payment provider from a previous txn.
|
CreateSubscriptionRequest(java.lang.String merchantTransactionCode,
BillingInfo billingInfo,
java.util.Currency currency,
CardInfo card,
java.lang.String requestId,
java.lang.String requestToken,
java.lang.String paymentProvider) |
StandaloneRefundRequest(java.lang.String merchantTransactionCode,
BillingInfo billTo,
CardInfo card,
java.util.Currency currency,
java.math.BigDecimal totalAmount)
Constructs a simple request
|
StandaloneRefundRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
BillingInfo billTo,
CardInfo card,
java.util.Currency currency,
java.math.BigDecimal totalAmount)
Constructs request, where missing data is filled by the payment provider from a previous txn.
|
StandaloneRefundRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
BillingInfo billTo,
CardInfo card,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
java.lang.String paymentProvider)
Constructs request
|
SubscriptionAuthorizationRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
BillingInfo shippingInfo)
|
SubscriptionAuthorizationRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
BillingInfo shippingInfo,
java.lang.String paymentProvider) |
SubscriptionAuthorizationRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
BillingInfo shippingInfo,
java.lang.String cv2,
java.lang.String paymentProvider)
An authorized request, where missing data is filled by the payment provider from a previous txn.
|
UpdateSubscriptionRequest(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
BillingInfo billingInfo,
CardInfo card) |
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
SubscriptionDataResult.getBillingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDataResult.setBillingInfo(BillingInfo billingInfo) |
| Modifier and Type | Method and Description |
|---|---|
BillingInfo |
CardInfo.getBillingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillingInfo.copy(BillingInfo orig)
Copy the values from another object
|
void |
CardInfo.setBillingInfo(BillingInfo billingInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected BillingInfo |
DefaultPaymentServiceImpl.createBillingInfo(AddressModel address)
address DTO 2 address DTO
|
protected BillingInfo |
DefaultPaymentServiceImpl.createBillingInfo(AddressModel deliveryAddress,
AddressModel paymentAddress,
CardInfo card)
creates the billing info based on the assigned delivery address instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.authorizeInternal(PaymentTransactionModel transaction,
java.math.BigDecimal amount,
java.util.Currency currency,
BillingInfo shippingInfo,
CardInfo card,
java.lang.String subscriptionID,
java.lang.String cv2,
java.lang.String paymentProvider)
...
|
PaymentTransactionEntryModel |
DefaultPaymentServiceImpl.getSubscriptionData(java.lang.String merchantTransactionCode,
java.lang.String subscriptionID,
java.lang.String paymentProvider,
BillingInfo billingInfo,
CardInfo card) |
| Modifier and Type | Method and Description |
|---|---|
protected BillingInfo |
AcceleratorTestOrderData.createGermanyBillingInfo() |
protected BillingInfo |
AcceleratorTestOrderData.createUkBillingInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcceleratorTestOrderData.createPaymentInfo(java.lang.String customerUid,
java.lang.String currencyIso,
CardInfo cardInfo,
BillingInfo billingInfo) |
Copyright © 2018 SAP SE. All Rights Reserved.