public static class SettlementMethod.PartialSettlement
extends SettlementMethod
Частичный расчёт и кредит – частичная оплата предмета расчёта в момент его передачи с последующей оплатой в кредит.
Modifier and Type | Class and Description |
---|---|
static class |
PartialSettlement.Companion |
SettlementMethod.AdvancePayment, SettlementMethod.FullPrepayment, SettlementMethod.FullSettlement, SettlementMethod.Lend, SettlementMethod.LoanPayment, SettlementMethod.PartialPrepayment, SettlementMethod.PartialSettlement
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ru.evotor.framework.receipt.position.SettlementMethod.PartialSettlement> |
CREATOR |
static PartialSettlement.Companion |
Companion |
Constructor and Description |
---|
PartialSettlement(java.math.BigDecimal amount)
Частичный расчёт и кредит – частичная оплата предмета расчёта в момент его передачи с последующей оплатой в кредит.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object other) |
java.math.BigDecimal |
getAmount()
Сумма
|
int |
hashCode() |
void |
writeFieldsToParcel(android.os.Parcel dest,
int flags) |
void |
writeToParcel(android.os.Parcel parcel,
int flags) |
writeFieldsToParcel, writeToParcel
public static android.os.Parcelable.Creator<ru.evotor.framework.receipt.position.SettlementMethod.PartialSettlement> CREATOR
public static PartialSettlement.Companion Companion
public PartialSettlement(java.math.BigDecimal amount)
Частичный расчёт и кредит – частичная оплата предмета расчёта в момент его передачи с последующей оплатой в кредит.
amount
- Сумма первичного взноса.public void writeFieldsToParcel(android.os.Parcel dest, int flags)
public void writeToParcel(android.os.Parcel parcel, int flags)
public int describeContents()
public boolean equals(java.lang.Object other)
public int hashCode()
public java.math.BigDecimal getAmount()
Сумма
первичного взноса.