public class CorrectionReceiptRegistrationRequestedEvent implements IBundlable
Modifier and Type | Class and Description |
---|---|
static class |
CorrectionReceiptRegistrationRequestedEvent.Companion |
Modifier and Type | Field and Description |
---|---|
static CorrectionReceiptRegistrationRequestedEvent.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getAmountPaid() |
java.lang.String |
getBasisForCorrection() |
java.util.Date |
getCorrectableSettlementDate() |
java.lang.String |
getCorrectionDescription() |
CorrectionType |
getCorrectionType() |
java.lang.String |
getPaymentAddress() |
java.lang.String |
getPaymentPlace() |
PaymentType |
getPaymentType() |
java.lang.String |
getPrescriptionNumber() |
SettlementType |
getSettlementType() |
TaxationSystem |
getTaxationSystem() |
VatRate |
getVatRate() |
void |
setPaymentAddress(java.lang.String p) |
void |
setPaymentPlace(java.lang.String p) |
android.os.Bundle |
toBundle() |
toBundle
public static CorrectionReceiptRegistrationRequestedEvent.Companion Companion
public android.os.Bundle toBundle()
public SettlementType getSettlementType()
public TaxationSystem getTaxationSystem()
public CorrectionType getCorrectionType()
public java.lang.String getBasisForCorrection()
public java.lang.String getPrescriptionNumber()
public java.util.Date getCorrectableSettlementDate()
public java.math.BigDecimal getAmountPaid()
public PaymentType getPaymentType()
public VatRate getVatRate()
public java.lang.String getCorrectionDescription()
public java.lang.String getPaymentAddress()
public void setPaymentAddress(java.lang.String p)
public java.lang.String getPaymentPlace()
public void setPaymentPlace(java.lang.String p)