Class PaymentPlan
java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.PaymentPlan
Deprecated.
Defines a plan for payment (when a party wants to spread his payments)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatBaseType(String atBaseType) Deprecated.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.booleanDeprecated.Deprecated.When sub-classing, this defines the super-classDeprecated.A URI to a JSON-Schema file that defines additional attributes and relationshipsDeprecated.When sub-classing, this defines the sub-class entity nameDeprecated.Number of payments used to spread the global paymentDeprecated.Frequency of the payments, such as monthly and bimonthly@Valid PaymentMethodRefDeprecated.Get paymentMethodDeprecated.Type of payment planDeprecated.Priority of the payment planDeprecated.Status of the payment plan (effective, ineffective)@Valid MoneyDeprecated.Get totalAmount@Valid TimePeriodDeprecated.Get validForinthashCode()Deprecated.numberOfPayments(Integer numberOfPayments) Deprecated.paymentFrequency(String paymentFrequency) Deprecated.paymentMethod(PaymentMethodRef paymentMethod) Deprecated.Deprecated.Deprecated.voidsetAtBaseType(String atBaseType) Deprecated.voidsetAtSchemaLocation(String atSchemaLocation) Deprecated.voidDeprecated.voidsetNumberOfPayments(Integer numberOfPayments) Deprecated.voidsetPaymentFrequency(String paymentFrequency) Deprecated.voidsetPaymentMethod(PaymentMethodRef paymentMethod) Deprecated.voidsetPlanType(String planType) Deprecated.voidsetPriority(Integer priority) Deprecated.voidDeprecated.voidsetTotalAmount(Money totalAmount) Deprecated.voidsetValidFor(TimePeriod validFor) Deprecated.Deprecated.toString()Deprecated.totalAmount(Money totalAmount) Deprecated.validFor(TimePeriod validFor) Deprecated.
-
Constructor Details
-
PaymentPlan
public PaymentPlan()Deprecated.
-
-
Method Details
-
numberOfPayments
Deprecated. -
getNumberOfPayments
Deprecated.Number of payments used to spread the global payment- Returns:
- numberOfPayments
-
setNumberOfPayments
Deprecated. -
paymentFrequency
Deprecated. -
getPaymentFrequency
Deprecated.Frequency of the payments, such as monthly and bimonthly- Returns:
- paymentFrequency
-
setPaymentFrequency
Deprecated. -
planType
Deprecated. -
getPlanType
Deprecated.Type of payment plan- Returns:
- planType
-
setPlanType
Deprecated. -
priority
Deprecated. -
getPriority
Deprecated.Priority of the payment plan- Returns:
- priority
-
setPriority
Deprecated. -
status
Deprecated. -
getStatus
Deprecated.Status of the payment plan (effective, ineffective)- Returns:
- status
-
setStatus
Deprecated. -
paymentMethod
Deprecated. -
getPaymentMethod
Deprecated.Get paymentMethod- Returns:
- paymentMethod
-
setPaymentMethod
Deprecated. -
totalAmount
Deprecated. -
getTotalAmount
Deprecated.Get totalAmount- Returns:
- totalAmount
-
setTotalAmount
Deprecated. -
validFor
Deprecated. -
getValidFor
Deprecated.Get validFor- Returns:
- validFor
-
setValidFor
Deprecated. -
atBaseType
Deprecated. -
getAtBaseType
Deprecated.When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
Deprecated. -
atSchemaLocation
Deprecated. -
getAtSchemaLocation
Deprecated.A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
Deprecated. -
atType
Deprecated. -
getAtType
Deprecated.When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-