java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.AppliedPayment

@Deprecated(since="2208") public class AppliedPayment extends Object
Deprecated.
The applied payment is the result of lettering process. It enables to assign automatically or manually part of incoming payment amount to a bill.
  • Constructor Details

    • AppliedPayment

      public AppliedPayment()
      Deprecated.
  • Method Details

    • appliedAmount

      public AppliedPayment appliedAmount(Money appliedAmount)
      Deprecated.
    • getAppliedAmount

      @Valid public @Valid Money getAppliedAmount()
      Deprecated.
      Get appliedAmount
      Returns:
      appliedAmount
    • setAppliedAmount

      public void setAppliedAmount(Money appliedAmount)
      Deprecated.
    • payment

      public AppliedPayment payment(PaymentRef payment)
      Deprecated.
    • getPayment

      @Valid public @Valid PaymentRef getPayment()
      Deprecated.
      Get payment
      Returns:
      payment
    • setPayment

      public void setPayment(PaymentRef payment)
      Deprecated.
    • atBaseType

      public AppliedPayment atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public AppliedPayment atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public AppliedPayment atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • equals

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

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

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object