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-05-12T17:59:21.291736784+07:00[Asia/Bangkok]")
public class TotalAggregateFunds
extends Object
Aggregate funds for all booking contracts
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaptureAmount(Double captureAmount) captureCurrency(String captureCurrency) displayAmount(Double displayAmount) displayCurrency(String displayCurrency) booleanGet captureAmountGet captureCurrencyGet displayAmountGet displayCurrencyGet internalAmountGet internalCurrencyGet sourceAmountGet sourceCurrencyGet supplierAmountGet supplierCurrencyinthashCode()internalAmount(Double internalAmount) internalCurrency(String internalCurrency) voidsetCaptureAmount(Double captureAmount) voidsetCaptureCurrency(String captureCurrency) voidsetDisplayAmount(Double displayAmount) voidsetDisplayCurrency(String displayCurrency) voidsetInternalAmount(Double internalAmount) voidsetInternalCurrency(String internalCurrency) voidsetSourceAmount(Double sourceAmount) voidsetSourceCurrency(String sourceCurrency) voidsetSupplierAmount(Double supplierAmount) voidsetSupplierCurrency(String supplierCurrency) sourceAmount(Double sourceAmount) sourceCurrency(String sourceCurrency) supplierAmount(Double 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
-