public static class SettlementMethod.Lend
extends SettlementMethod
Передача в кредит – передача предмета расчёта без его оплаты в момент его передачи с последующей оплатой в кредит.
| Modifier and Type | Class and Description |
|---|---|
static class |
Lend.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.Lend> |
CREATOR |
static Lend.Companion |
Companion |
| Constructor and Description |
|---|
Lend()
Передача в кредит – передача предмета расчёта без его оплаты в момент его передачи с последующей оплатой в кредит.
|
| 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, writeToParcelpublic static android.os.Parcelable.Creator<ru.evotor.framework.receipt.position.SettlementMethod.Lend> CREATOR
public static Lend.Companion Companion
public Lend()
Передача в кредит – передача предмета расчёта без его оплаты в момент его передачи с последующей оплатой в кредит.
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()