PaymentMethod
PaymentMethods. Represents a payment method.
type PaymentMethod {
paymentMethodId: String!
active: Boolean!
meansOfPayment: String!
description: String
useInAP: Boolean!
deletedDatabaseRecord: Boolean!
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
PaymentMethod.paymentMethodId ● String! non-null scalar
paymentMethodId > (PK) The unique identifier of the payment method.
PaymentMethod.active ● Boolean! non-null scalar
active > Indicates if the payment method is active.
PaymentMethod.meansOfPayment ● String! non-null scalar
meansOfPayment > The means of payment.
PaymentMethod.description ● String scalar
description > The description of the payment method.
PaymentMethod.useInAP ● Boolean! non-null scalar
useInAP > Indicates if the payment method is used in Accounts Payable.
PaymentMethod.deletedDatabaseRecord ● Boolean! non-null scalar
deletedDatabaseRecord > Indicates whether the payment method record has been marked as deleted in the database.
PaymentMethod.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the payment method.
PaymentMethod.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company.
PaymentMethod.id ● String! non-null scalar
id > The unique identifier of the document in DataMart.
PaymentMethod.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.
PaymentMethod.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.
Returned By
paymentMethods query