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="2023-12-27T17:49:57.050766449+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
Get sourceCurrency- Returns:
- sourceCurrency
-
setSourceCurrency
-
displayCurrency
-
getDisplayCurrency
Get displayCurrency- Returns:
- displayCurrency
-
setDisplayCurrency
-
supplierCurrency
-
getSupplierCurrency
Get supplierCurrency- Returns:
- supplierCurrency
-
setSupplierCurrency
-
internalCurrency
-
getInternalCurrency
Get internalCurrency- Returns:
- internalCurrency
-
setInternalCurrency
-
captureCurrency
-
getCaptureCurrency
Get captureCurrency- Returns:
- captureCurrency
-
setCaptureCurrency
-
sourceAmount
-
getSourceAmount
Get sourceAmount- Returns:
- sourceAmount
-
setSourceAmount
-
displayAmount
-
getDisplayAmount
Get displayAmount- Returns:
- displayAmount
-
setDisplayAmount
-
supplierAmount
-
getSupplierAmount
Get supplierAmount- Returns:
- supplierAmount
-
setSupplierAmount
-
internalAmount
-
getInternalAmount
Get internalAmount- Returns:
- internalAmount
-
setInternalAmount
-
captureAmount
-
getCaptureAmount
Get captureAmount- Returns:
- captureAmount
-
setCaptureAmount
-
equals
-
hashCode
public int hashCode() -
toString
-