Polygon ID · Schema

UpdatePaymentOptionRequest

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Properties

Name Type Description
name string
description string
paymentOptions object
View JSON Schema on GitHub

JSON Schema

update-payment-option-request.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "paymentOptions": {
      "$ref": "#/components/schemas/PaymentOptionConfig"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdatePaymentOptionRequest"
}