Package io.trippay.sdk.payment.model
Class TotalAggregateFunds
java.lang.Object
io.trippay.sdk.payment.model.TotalAggregateFunds
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-28T10:57:49.471826100+07:00[Asia/Bangkok]")
public class TotalAggregateFunds
extends Object
TotalAggregateFunds
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaptureAmount(BigDecimal captureAmount) captureCurrency(String captureCurrency) displayAmount(BigDecimal displayAmount) displayCurrency(String displayCurrency) booleanGet captureAmountGet captureCurrencyGet displayAmountGet displayCurrencyGet internalAmountGet internalCurrencyGet sourceAmountGet sourceCurrencyGet supplierAmountGet supplierCurrencyinthashCode()internalAmount(BigDecimal internalAmount) internalCurrency(String internalCurrency) voidsetCaptureAmount(BigDecimal captureAmount) voidsetCaptureCurrency(String captureCurrency) voidsetDisplayAmount(BigDecimal displayAmount) voidsetDisplayCurrency(String displayCurrency) voidsetInternalAmount(BigDecimal internalAmount) voidsetInternalCurrency(String internalCurrency) voidsetSourceAmount(BigDecimal sourceAmount) voidsetSourceCurrency(String sourceCurrency) voidsetSupplierAmount(BigDecimal supplierAmount) voidsetSupplierCurrency(String supplierCurrency) sourceAmount(BigDecimal sourceAmount) sourceCurrency(String sourceCurrency) supplierAmount(BigDecimal supplierAmount) supplierCurrency(String supplierCurrency) toString()
-
Field Details
-
JSON_PROPERTY_SOURCE_CURRENCY
- See Also:
-
JSON_PROPERTY_DISPLAY_CURRENCY
- See Also:
-
JSON_PROPERTY_SUPPLIER_CURRENCY
- See Also:
-
JSON_PROPERTY_INTERNAL_CURRENCY
- See Also:
-
JSON_PROPERTY_CAPTURE_CURRENCY
- See Also:
-
JSON_PROPERTY_SOURCE_AMOUNT
- See Also:
-
JSON_PROPERTY_DISPLAY_AMOUNT
- See Also:
-
JSON_PROPERTY_SUPPLIER_AMOUNT
- See Also:
-
JSON_PROPERTY_INTERNAL_AMOUNT
- See Also:
-
JSON_PROPERTY_CAPTURE_AMOUNT
- See Also:
-
-
Constructor Details
-
TotalAggregateFunds
public TotalAggregateFunds()
-
-
Method Details
-
sourceCurrency
-
getSourceCurrency
-
setSourceCurrency
-
displayCurrency
-
getDisplayCurrency
-
setDisplayCurrency
-
supplierCurrency
-
getSupplierCurrency
-
setSupplierCurrency
-
internalCurrency
-
getInternalCurrency
-
setInternalCurrency
-
captureCurrency
-
getCaptureCurrency
-
setCaptureCurrency
-
sourceAmount
-
getSourceAmount
-
setSourceAmount
-
displayAmount
-
getDisplayAmount
-
setDisplayAmount
-
supplierAmount
-
getSupplierAmount
-
setSupplierAmount
-
internalAmount
-
getInternalAmount
-
setInternalAmount
-
captureAmount
-
getCaptureAmount
-
setCaptureAmount
-
equals
-
hashCode
-
toString
-