Adjusted names to fints4k names
This commit is contained in:
parent
bf5ee4890e
commit
f069f9155c
|
@ -62,6 +62,7 @@ open class AccountTransaction(
|
||||||
val mandateReference: String?,
|
val mandateReference: String?,
|
||||||
val creditorIdentifier: String?,
|
val creditorIdentifier: String?,
|
||||||
val originatorsIdentificationCode: String?,
|
val originatorsIdentificationCode: String?,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Summe aus Auslagenersatz und Bearbeitungsprovision bei einer nationalen Rücklastschrift
|
* Summe aus Auslagenersatz und Bearbeitungsprovision bei einer nationalen Rücklastschrift
|
||||||
* sowie optionalem Zinsausgleich.
|
* sowie optionalem Zinsausgleich.
|
||||||
|
|
|
@ -35,13 +35,15 @@ open class AccountTransaction(
|
||||||
val mandateReference: String?,
|
val mandateReference: String?,
|
||||||
val creditorIdentifier: String?,
|
val creditorIdentifier: String?,
|
||||||
val originatorsIdentificationCode: String?,
|
val originatorsIdentificationCode: String?,
|
||||||
|
|
||||||
val compensationAmount: String?,
|
val compensationAmount: String?,
|
||||||
val originalAmount: String?,
|
val originalAmount: String?,
|
||||||
val deviantOriginator: String?,
|
val deviantOriginator: String?,
|
||||||
val deviantRecipient: String?,
|
val deviantRecipient: String?,
|
||||||
val referenceWithNoSpecialType: String?,
|
val referenceWithNoSpecialType: String?,
|
||||||
val primaNotaNumber: String?,
|
|
||||||
val textKeySupplement: String?,
|
val journalNumber: String?,
|
||||||
|
val textKeyAddition: String?,
|
||||||
|
|
||||||
val orderReferenceNumber: String?,
|
val orderReferenceNumber: String?,
|
||||||
val referenceNumber: String?
|
val referenceNumber: String?
|
||||||
|
|
Loading…
Reference in New Issue