Class TotalAggregateFunds

java.lang.Object
io.trippay.sdk.payment.model.TotalAggregateFunds

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class TotalAggregateFunds extends Object
TotalAggregateFunds
  • Field Details

  • Constructor Details

    • TotalAggregateFunds

      public TotalAggregateFunds()
  • Method Details

    • sourceCurrency

      public TotalAggregateFunds sourceCurrency(@Nullable String sourceCurrency)
    • getSourceCurrency

      @Nullable public String getSourceCurrency()
      Get sourceCurrency
      Returns:
      sourceCurrency
    • setSourceCurrency

      public void setSourceCurrency(@Nullable String sourceCurrency)
    • displayCurrency

      public TotalAggregateFunds displayCurrency(@Nullable String displayCurrency)
    • getDisplayCurrency

      @Nullable public String getDisplayCurrency()
      Get displayCurrency
      Returns:
      displayCurrency
    • setDisplayCurrency

      public void setDisplayCurrency(@Nullable String displayCurrency)
    • supplierCurrency

      public TotalAggregateFunds supplierCurrency(@Nullable String supplierCurrency)
    • getSupplierCurrency

      @Nullable public String getSupplierCurrency()
      Get supplierCurrency
      Returns:
      supplierCurrency
    • setSupplierCurrency

      public void setSupplierCurrency(@Nullable String supplierCurrency)
    • internalCurrency

      public TotalAggregateFunds internalCurrency(@Nullable String internalCurrency)
    • getInternalCurrency

      @Nullable public String getInternalCurrency()
      Get internalCurrency
      Returns:
      internalCurrency
    • setInternalCurrency

      public void setInternalCurrency(@Nullable String internalCurrency)
    • captureCurrency

      public TotalAggregateFunds captureCurrency(@Nullable String captureCurrency)
    • getCaptureCurrency

      @Nullable public String getCaptureCurrency()
      Get captureCurrency
      Returns:
      captureCurrency
    • setCaptureCurrency

      public void setCaptureCurrency(@Nullable String captureCurrency)
    • sourceAmount

      public TotalAggregateFunds sourceAmount(@Nullable BigDecimal sourceAmount)
    • getSourceAmount

      @Nullable public BigDecimal getSourceAmount()
      Get sourceAmount
      Returns:
      sourceAmount
    • setSourceAmount

      public void setSourceAmount(@Nullable BigDecimal sourceAmount)
    • displayAmount

      public TotalAggregateFunds displayAmount(@Nullable BigDecimal displayAmount)
    • getDisplayAmount

      @Nullable public BigDecimal getDisplayAmount()
      Get displayAmount
      Returns:
      displayAmount
    • setDisplayAmount

      public void setDisplayAmount(@Nullable BigDecimal displayAmount)
    • supplierAmount

      public TotalAggregateFunds supplierAmount(@Nullable BigDecimal supplierAmount)
    • getSupplierAmount

      @Nullable public BigDecimal getSupplierAmount()
      Get supplierAmount
      Returns:
      supplierAmount
    • setSupplierAmount

      public void setSupplierAmount(@Nullable BigDecimal supplierAmount)
    • internalAmount

      public TotalAggregateFunds internalAmount(@Nullable BigDecimal internalAmount)
    • getInternalAmount

      @Nullable public BigDecimal getInternalAmount()
      Get internalAmount
      Returns:
      internalAmount
    • setInternalAmount

      public void setInternalAmount(@Nullable BigDecimal internalAmount)
    • captureAmount

      public TotalAggregateFunds captureAmount(@Nullable BigDecimal captureAmount)
    • getCaptureAmount

      @Nullable public BigDecimal getCaptureAmount()
      Get captureAmount
      Returns:
      captureAmount
    • setCaptureAmount

      public void setCaptureAmount(@Nullable BigDecimal captureAmount)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object