PaymentDetailsType
No description
type PaymentDetailsType {
id: Int!
paymentId: Int!
transactionId: String!
displayName: String!
name: String!
isPaid: Boolean!
paymentDate: DateTime
paymentFee: Float!
paymentOption: String
reservationDate: DateTime!
reservationNumber: String
shippingFee: Float!
total: Float!
}
Fields
PaymentDetailsType.id ● Int! non-null scalar
PaymentDetailsType.paymentId ● Int! non-null scalar
PaymentDetailsType.transactionId ● String! non-null scalar
PaymentDetailsType.displayName ● String! non-null scalar
PaymentDetailsType.name ● String! non-null scalar
PaymentDetailsType.isPaid ● Boolean! non-null scalar
PaymentDetailsType.paymentDate ● DateTime scalar
PaymentDetailsType.paymentFee ● Float! non-null scalar
PaymentDetailsType.paymentOption ● String scalar
PaymentDetailsType.reservationDate ● DateTime! non-null scalar
PaymentDetailsType.reservationNumber ● String scalar
PaymentDetailsType.shippingFee ● Float! non-null scalar
PaymentDetailsType.total ● Float! non-null scalar
Member Of
OrderType object