OBJECT

ContractReferral

Contract Referrals

link GraphQL Schema definition

  • type ContractReferral {
  • # Contract Referral amount
  • amount: Float!
  • # Contract Referral code
  • code: String!
  • # Contract
  • contract: Contract!
  • # When the Contract Referral was created
  • createdAt: ISO8601DateTime!
  • # Contract Allocation Custom Payout Date
  • customPayoutDate: ISO8601DateTime
  • # Contract Referral description
  • description: String!
  • # Contract Referral's gst applies or free
  • gst: Boolean
  • # Contract Referral gst amount
  • gstAmount: Float!
  • # ID of the Contract Referral
  • id: ID!
  • # Contract Allocation's payout event type
  • payoutDateEvent: PayoutDateEventEnum
  • # Contract Referral percent
  • percent: Float!
  • # Contract Referral's calculation basis (percent or amount)
  • referralCalculationBasis: ReferralCalculationBasisEnum
  • # Contract Referral Total Amount (Amount + Gst Amount)
  • totalAmount: Float!
  • # When the Contract Referral was last updated
  • updatedAt: ISO8601DateTime!
  • }