public static class SettlementMethod.LoanPayment
extends SettlementMethod
Оплата кредита – оплата предмета расчёта после его передачи с оплатой в кредит.
Modifier and Type | Class and Description |
---|---|
static class |
LoanPayment.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.LoanPayment> |
CREATOR |
static LoanPayment.Companion |
Companion |
Constructor and Description |
---|
LoanPayment()
Оплата кредита – оплата предмета расчёта после его передачи с оплатой в кредит.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object other) |
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.LoanPayment> CREATOR
public static LoanPayment.Companion Companion
public LoanPayment()
Оплата кредита – оплата предмета расчёта после его передачи с оплатой в кредит.
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()