Schema

Scalars

Enums

Objects

Input Objects

BtlPropertyCostDraft (INPUT OBJECT)

Represents a property cost for a mortgage

Schema Definition

input BtlPropertyCostDraft {   # Agents Fees (Monthly). Set to 0 if no associated cost
agentsFees: PositiveInteger   # Ground Rent / Service Charges (Monthly). Set to 0 if no associated cost
groundRentOrServiceCharge: PositiveInteger   # Property Maintenance (Monthly). Set to 0 if no associated cost
maintenance: PositiveInteger   # Other Property Costs (Monthly). Set to 0 if no associated cost
other: PositiveInteger   # Other commitments (Monthly). Set to 0 if no associated cost
rentalFees: PositiveInteger   # Rental Void Allowance (Monthly). Set to 0 if no associated cost
rentalVoidAllowance: PositiveInteger }