public class AuthorizationRequest extends AbstractRequest
AuthorizationCommand| Constructor and Description |
|---|
AuthorizationRequest(String merchantTransactionCode,
CardInfo card,
Currency currency,
BigDecimal totalAmount,
BillingInfo shippingInfo)
An authorized request, where missing data is filled by the payment provider from a previous txn.
|
| Modifier and Type | Method and Description |
|---|---|
CardInfo |
getCard() |
Currency |
getCurrency() |
BillingInfo |
getShippingInfo() |
BigDecimal |
getTotalAmount() |
getMerchantTransactionCodepublic AuthorizationRequest(String merchantTransactionCode, CardInfo card, Currency currency, BigDecimal totalAmount, BillingInfo shippingInfo)
merchantTransactionCode - card - currency - totalAmount - shippingInfo - can be null if subscriptionID is not nullpublic CardInfo getCard()
public Currency getCurrency()
public BigDecimal getTotalAmount()
public BillingInfo getShippingInfo()
Copyright © 2017 SAP SE. All Rights Reserved.