Argyle · Schema

PartnerVerificationBilling

Optional billing details.

Employment DataPayrollIncome VerificationGig EconomyFinancial DataEmployment HistoryEarned Wage AccessDirect Deposit

Properties

Name Type Description
cost_center string Cost center identifier.
View JSON Schema on GitHub

JSON Schema

partnerverificationbilling.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/partnerverificationbilling.json",
  "title": "PartnerVerificationBilling",
  "type": "object",
  "description": "Optional billing details.",
  "properties": {
    "cost_center": {
      "type": "string",
      "description": "Cost center identifier."
    }
  }
}