public class AuthorizationRequest extends AbstractRequest
AuthorizationCommand| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CardInfo |
getCard() |
java.util.Currency |
getCurrency() |
BillingInfo |
getShippingInfo() |
java.math.BigDecimal |
getTotalAmount() |
getMerchantTransactionCodepublic AuthorizationRequest(java.lang.String merchantTransactionCode,
CardInfo card,
java.util.Currency currency,
java.math.BigDecimal totalAmount,
BillingInfo shippingInfo)
merchantTransactionCode - card - currency - totalAmount - shippingInfo - can be null if subscriptionID is not nullpublic CardInfo getCard()
public java.util.Currency getCurrency()
public java.math.BigDecimal getTotalAmount()
public BillingInfo getShippingInfo()
Copyright © 2018 SAP SE. All Rights Reserved.