Class PricedSupplierContractWithAcquirer

java.lang.Object
io.trippay.sdk.payment.acquiring.model.PricedSupplierContractWithAcquirer

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-12T17:32:35.929546062+07:00[Asia/Bangkok]") public class PricedSupplierContractWithAcquirer extends Object
Details of the booking entries that went in for one particular supplier directly.
  • Field Details

  • Constructor Details

    • PricedSupplierContractWithAcquirer

      public PricedSupplierContractWithAcquirer()
    • PricedSupplierContractWithAcquirer

      public PricedSupplierContractWithAcquirer(List<PricedSupplierContractItemWithAcquirer> itemList)
  • Method Details

    • identifier

      public PricedSupplierContractWithAcquirer identifier(UUID identifier)
    • getIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getIdentifier()
      Unique identifier used to track the contract. Create a UUID for this purpose.
      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(UUID identifier)
    • supplierIdentifier

      public PricedSupplierContractWithAcquirer supplierIdentifier(UUID supplierIdentifier)
    • getSupplierIdentifier

      @Nonnull @NotNull @Valid public @NotNull @Valid UUID getSupplierIdentifier()
      Supplier identifier
      Returns:
      supplierIdentifier
    • setSupplierIdentifier

      public void setSupplierIdentifier(UUID supplierIdentifier)
    • supplierName

      public PricedSupplierContractWithAcquirer supplierName(String supplierName)
    • getSupplierName

      @Nonnull @NotNull public @NotNull String getSupplierName()
      Supplier name
      Returns:
      supplierName
    • setSupplierName

      public void setSupplierName(String supplierName)
    • displayPriceQuote

      public PricedSupplierContractWithAcquirer displayPriceQuote(Quote displayPriceQuote)
    • getDisplayPriceQuote

      @Nonnull @NotNull @Valid public @NotNull @Valid Quote getDisplayPriceQuote()
      Get displayPriceQuote
      Returns:
      displayPriceQuote
    • setDisplayPriceQuote

      public void setDisplayPriceQuote(Quote displayPriceQuote)
    • supplierPriceQuote

      public PricedSupplierContractWithAcquirer supplierPriceQuote(Quote supplierPriceQuote)
    • getSupplierPriceQuote

      @Nonnull @NotNull @Valid public @NotNull @Valid Quote getSupplierPriceQuote()
      Get supplierPriceQuote
      Returns:
      supplierPriceQuote
    • setSupplierPriceQuote

      public void setSupplierPriceQuote(Quote supplierPriceQuote)
    • internalPriceQuote

      public PricedSupplierContractWithAcquirer internalPriceQuote(Quote internalPriceQuote)
    • getInternalPriceQuote

      @Nonnull @NotNull @Valid public @NotNull @Valid Quote getInternalPriceQuote()
      Get internalPriceQuote
      Returns:
      internalPriceQuote
    • setInternalPriceQuote

      public void setInternalPriceQuote(Quote internalPriceQuote)
    • capturePriceQuote

      public PricedSupplierContractWithAcquirer capturePriceQuote(Quote capturePriceQuote)
    • getCapturePriceQuote

      @Nonnull @NotNull @Valid public @NotNull @Valid Quote getCapturePriceQuote()
      Get capturePriceQuote
      Returns:
      capturePriceQuote
    • setCapturePriceQuote

      public void setCapturePriceQuote(Quote capturePriceQuote)
    • getItemList

      @Nonnull @Valid @Size(min=1, max=2147483647) public @Valid @Size(min=1,max=2147483647) List<PricedSupplierContractItemWithAcquirer> getItemList()
      Get itemList
      Returns:
      itemList
    • acquirer

      public PricedSupplierContractWithAcquirer acquirer(List<Acquirer> acquirer)
    • addAcquirerItem

      public PricedSupplierContractWithAcquirer addAcquirerItem(Acquirer acquirerItem)
    • getAcquirer

      @Nonnull @NotNull @Valid public @NotNull @Valid List<Acquirer> getAcquirer()
      Get acquirer
      Returns:
      acquirer
    • setAcquirer

      public void setAcquirer(List<Acquirer> acquirer)
    • externalSupplierIdentifier

      public PricedSupplierContractWithAcquirer externalSupplierIdentifier(String externalSupplierIdentifier)
    • getExternalSupplierIdentifier

      @Nonnull @NotNull public @NotNull String getExternalSupplierIdentifier()
      Track supplier with its external supplier identifier
      Returns:
      externalSupplierIdentifier
    • setExternalSupplierIdentifier

      public void setExternalSupplierIdentifier(String externalSupplierIdentifier)
    • externalSupplierBookingCode

      public PricedSupplierContractWithAcquirer externalSupplierBookingCode(String externalSupplierBookingCode)
    • getExternalSupplierBookingCode

      @Nonnull @NotNull public @NotNull String getExternalSupplierBookingCode()
      External booking code generated by the affiliate
      Returns:
      externalSupplierBookingCode
    • setExternalSupplierBookingCode

      public void setExternalSupplierBookingCode(String externalSupplierBookingCode)
    • externalTransactionIdentifier

      public PricedSupplierContractWithAcquirer externalTransactionIdentifier(String externalTransactionIdentifier)
    • getExternalTransactionIdentifier

      @Nonnull @NotNull public @NotNull String getExternalTransactionIdentifier()
      External transaction identifier populated when agent responsible for acquiring
      Returns:
      externalTransactionIdentifier
    • setExternalTransactionIdentifier

      public void setExternalTransactionIdentifier(String externalTransactionIdentifier)
    • totalCapturePrice

      public PricedSupplierContractWithAcquirer totalCapturePrice(Moneys totalCapturePrice)
    • getTotalCapturePrice

      @Nullable @Valid public @Valid Moneys getTotalCapturePrice()
      Get totalCapturePrice
      Returns:
      totalCapturePrice
    • setTotalCapturePrice

      public void setTotalCapturePrice(Moneys totalCapturePrice)
    • totalPrice

      public PricedSupplierContractWithAcquirer totalPrice(Moneys totalPrice)
    • getTotalPrice

      @Nullable @Valid public @Valid Moneys getTotalPrice()
      Get totalPrice
      Returns:
      totalPrice
    • setTotalPrice

      public void setTotalPrice(Moneys totalPrice)
    • totalDisplayPrice

      public PricedSupplierContractWithAcquirer totalDisplayPrice(Moneys totalDisplayPrice)
    • getTotalDisplayPrice

      @Nullable @Valid public @Valid Moneys getTotalDisplayPrice()
      Get totalDisplayPrice
      Returns:
      totalDisplayPrice
    • setTotalDisplayPrice

      public void setTotalDisplayPrice(Moneys totalDisplayPrice)
    • totalSupplierPrice

      public PricedSupplierContractWithAcquirer totalSupplierPrice(Moneys totalSupplierPrice)
    • getTotalSupplierPrice

      @Nullable @Valid public @Valid Moneys getTotalSupplierPrice()
      Get totalSupplierPrice
      Returns:
      totalSupplierPrice
    • setTotalSupplierPrice

      public void setTotalSupplierPrice(Moneys totalSupplierPrice)
    • totalInternalPrice

      public PricedSupplierContractWithAcquirer totalInternalPrice(Moneys totalInternalPrice)
    • getTotalInternalPrice

      @Nullable @Valid public @Valid Moneys getTotalInternalPrice()
      Get totalInternalPrice
      Returns:
      totalInternalPrice
    • setTotalInternalPrice

      public void setTotalInternalPrice(Moneys totalInternalPrice)
    • 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