DebicheckCollection
No description
type DebicheckCollection {
collectionFrequency: DebicheckCollectionFrequencyEnum!
collectionDay: Int
dayAdjustmentAllowed: Boolean!
debitValueType: DebicheckValueTypeEnum!
instalmentAmount: Money!
maximumCollectionAmount: Money
amountAdjustmentFrequency: DebicheckAmountAdjustmentFrequencyEnum!
adjustmentAmount: Money
adjustmentRate: Decimal
firstCollectionDate: String
firstCollectionAmount: Money
}