Objects

PaymentDetailsType

No description

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

id ● Int! non-null scalar required

 

paymentId ● Int! non-null scalar required

 

transactionId ● String! non-null scalar required

 

displayName ● String! non-null scalar required

 

name ● String! non-null scalar required

 

isPaid ● Boolean! non-null scalar required

 

paymentDate ● DateTime scalar

 

paymentFee ● Float! non-null scalar required

 

paymentOption ● String scalar

 

reservationDate ● DateTime! non-null scalar required

 

reservationNumber ● String scalar

 

shippingFee ● Float! non-null scalar required

 

total ● Float! non-null scalar required

 

Member Of

OrderType object