Class AppliedPayment
java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.AppliedPayment
@Validated
@Generated(value="de.hybris.platform.billmanagementtmfwebservices.swagger.BillManagementCodegen",
date="2022-10-21T20:35:24.704Z")
public class AppliedPayment
extends Object
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
-