Package com.blockchyp.client.dto
Interface IPaymentAmounts
- All Known Implementing Classes:
AuthorizationResponse,CaptureResponse,TransactionStatus
public interface IPaymentAmounts
Response details about tender amounts.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanboolean
-
Method Details
-
isPartialAuth
boolean isPartialAuth() -
isAltCurrency
boolean isAltCurrency() -
isFsaAuth
boolean isFsaAuth() -
getCurrencyCode
String getCurrencyCode() -
getRequestedAmount
String getRequestedAmount() -
getAuthorizedAmount
String getAuthorizedAmount() -
getRemainingBalance
String getRemainingBalance() -
getTipAmount
String getTipAmount() -
getTaxAmount
String getTaxAmount() -
getRequestedCashBackAmount
String getRequestedCashBackAmount() -
getAuthorizedCashBackAmount
String getAuthorizedCashBackAmount()
-