Schema referenceTypesObjectsPaymentTypeOn this pagePaymentTypeRepresents a type of payment. type PaymentType { account: Account! createdAt: DateTime! createdBy: String fee: PaymentTypeFee! fundingType: PaymentFundingType! id: ID! lastModifiedAt: DateTime! lastModifiedBy: String name: String! uniqueCode: String} Fields