Class MyFatoorahResponse.InvoiceTransaction
java.lang.Object
com.broadleafcommerce.myfatoorah.domain.MyFatoorahResponse.InvoiceTransaction
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MyFatoorahResponse
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
void
setAuthorizationId
(String authorizationId) void
setCardNumber
(String cardNumber) void
setCountry
(String country) void
setCurrency
(String currency) void
setCustomerServiceCharge
(String customerServiceCharge) void
setDueValue
(String dueValue) void
void
setErrorCode
(String errorCode) void
setIpAddress
(String ipAddress) void
setPaidCurrency
(String paidCurrency) void
setPaidCurrencyValue
(String paidCurrencyValue) void
setPaymentGateway
(String paymentGateway) void
setPaymentId
(String paymentId) void
setReferenceId
(String referenceId) void
setTrackId
(String trackId) void
setTransactionDate
(Instant transactionDate) void
setTransactionId
(String transactionId) void
setTransactionStatus
(String transactionStatus) void
setTransationValue
(String transationValue)
-
Constructor Details
-
InvoiceTransaction
public InvoiceTransaction()
-
-
Method Details
-
setTransactionDate
-
setPaymentGateway
-
setReferenceId
-
setTrackId
-
setTransactionId
-
setPaymentId
-
setAuthorizationId
-
setTransactionStatus
-
setTransationValue
-
setCustomerServiceCharge
-
setDueValue
-
setPaidCurrency
-
setPaidCurrencyValue
-
setIpAddress
-
setCountry
-
setCurrency
-
setError
-
setCardNumber
-
setErrorCode
-
getTransactionDate
-
getPaymentGateway
-
getReferenceId
-
getTrackId
-
getTransactionId
-
getPaymentId
-
getAuthorizationId
-
getTransactionStatus
-
getTransationValue
-
getCustomerServiceCharge
-
getDueValue
-
getPaidCurrency
-
getPaidCurrencyValue
-
getIpAddress
-
getCountry
-
getCurrency
-
getError
-
getCardNumber
-
getErrorCode
-