Files
bodyshop/client/templates/payment_receipt/payment_receipt.query.gql

27 lines
364 B
GraphQL

query REPORT_PAYMENT_RECEIPT($id: uuid!) {
payments_by_pk(id: $id) {
job {
id
vehicle {
id
v_model_desc
v_make_desc
v_model_yr
v_vin
}
ro_number
est_number
clm_no
clm_total
ded_amt
}
id
amount
memo
transactionid
stripeid
payer
type
}
}