Class TotalAggregateFunds

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-26T19:22:52.742792184+07:00[Asia/Bangkok]") public class TotalAggregateFunds extends Object
TotalAggregateFunds
  • Field Details

  • Constructor Details

    • TotalAggregateFunds

      public TotalAggregateFunds()
  • Method Details

    • sourceCurrency

      public TotalAggregateFunds sourceCurrency(String sourceCurrency)
    • getSourceCurrency

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

      public void setSourceCurrency(String sourceCurrency)
    • displayCurrency

      public TotalAggregateFunds displayCurrency(String displayCurrency)
    • getDisplayCurrency

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

      public void setDisplayCurrency(String displayCurrency)
    • supplierCurrency

      public TotalAggregateFunds supplierCurrency(String supplierCurrency)
    • getSupplierCurrency

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

      public void setSupplierCurrency(String supplierCurrency)
    • internalCurrency

      public TotalAggregateFunds internalCurrency(String internalCurrency)
    • getInternalCurrency

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

      public void setInternalCurrency(String internalCurrency)
    • captureCurrency

      public TotalAggregateFunds captureCurrency(String captureCurrency)
    • getCaptureCurrency

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

      public void setCaptureCurrency(String captureCurrency)
    • sourceAmount

      public TotalAggregateFunds sourceAmount(BigDecimal sourceAmount)
    • getSourceAmount

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

      public void setSourceAmount(BigDecimal sourceAmount)
    • displayAmount

      public TotalAggregateFunds displayAmount(BigDecimal displayAmount)
    • getDisplayAmount

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

      public void setDisplayAmount(BigDecimal displayAmount)
    • supplierAmount

      public TotalAggregateFunds supplierAmount(BigDecimal supplierAmount)
    • getSupplierAmount

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

      public void setSupplierAmount(BigDecimal supplierAmount)
    • internalAmount

      public TotalAggregateFunds internalAmount(BigDecimal internalAmount)
    • getInternalAmount

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

      public void setInternalAmount(BigDecimal internalAmount)
    • captureAmount

      public TotalAggregateFunds captureAmount(BigDecimal captureAmount)
    • getCaptureAmount

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

      public void setCaptureAmount(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