Class AppliedPayment
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedPayment
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappliedAmount(Money appliedAmount) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) boolean@Valid MoneyGet appliedAmountWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid PaymentRefGet paymentinthashCode()payment(PaymentRef payment) voidsetAppliedAmount(Money appliedAmount) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetPayment(PaymentRef payment) toString()
-
Constructor Details
-
AppliedPayment
public AppliedPayment()
-
-
Method Details
-
appliedAmount
-
getAppliedAmount
Get appliedAmount- Returns:
- appliedAmount
-
setAppliedAmount
-
payment
-
getPayment
Get payment- Returns:
- payment
-
setPayment
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-