OBJECT
ContractReferral
Contract Referrals
link GraphQL Schema definition
- type ContractReferral {
- # Contract Referral amount
- Float! :
- # Contract Referral code
- String! :
- # Contract
- Contract! :
- # When the Contract Referral was created
- ISO8601DateTime! :
- # Contract Allocation Custom Payout Date
- ISO8601DateTime :
- # Contract Referral description
- String! :
- # Contract Referral's gst applies or free
- Boolean :
- # Contract Referral gst amount
- Float! :
- # ID of the Contract Referral
- ID! :
- # Contract Allocation's payout event type
- PayoutDateEventEnum :
- # Contract Referral percent
- Float! :
- # Contract Referral's calculation basis (percent or amount)
- ReferralCalculationBasisEnum :
- # Contract Referral Total Amount (Amount + Gst Amount)
- Float! :
- # When the Contract Referral was last updated
- ISO8601DateTime! :
- }
link Require by
- ContractContract
- ContractReferralConnectionThe connection type for ContractReferral.
- ContractReferralEdgeAn edge in a connection.
- CreateContractReferralPayloadAutogenerated return type of CreateContractReferral
- DestroyContractReferralPayloadAutogenerated return type of DestroyContractReferral
- QueryThe query root of this schema
- UpdateContractReferralPayloadAutogenerated return type of UpdateContractReferral