AppliedPercentagePaymentScheduleItem
Defines an applied percentage payment schedule item.
type AppliedPercentagePaymentScheduleItem {
appliedAmount: Money!
createdAt: DateTime!
createdBy: String
invoiceDate: LocalDate!
invoiceTermDays: NonNegativeInt!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
percentage: Float!
}
Fields
AppliedPercentagePaymentScheduleItem.appliedAmount ● Money! non-null object
The actual amount of the applied payment schedule item.
AppliedPercentagePaymentScheduleItem.createdAt ● DateTime! non-null scalar
The date and time the record was created.
AppliedPercentagePaymentScheduleItem.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
AppliedPercentagePaymentScheduleItem.invoiceDate ● LocalDate! non-null scalar
The date the payment schedule item is due.
AppliedPercentagePaymentScheduleItem.invoiceTermDays ● NonNegativeInt! non-null scalar
The number of days for the invoice term.
AppliedPercentagePaymentScheduleItem.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
AppliedPercentagePaymentScheduleItem.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
AppliedPercentagePaymentScheduleItem.notes ● String scalar
A note describing the payment schedule item. Optional.
AppliedPercentagePaymentScheduleItem.percentage ● Float! non-null scalar
The percentage of the total amount due for the payment schedule item, expressed as a decimal value between 0 and 1.
Member Of
ExhibitionBooking object ● Sponsorship object