Propertyware · Schema

CreditCardAccount

Credit Card Account for Request

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports

Properties

Name Type Description
creditCardNumber string Credit card number.
View JSON Schema on GitHub

JSON Schema

credit-card-account.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreditCardAccount",
  "description": "Credit Card Account for Request",
  "type": "object",
  "properties": {
    "creditCardNumber": {
      "type": "string",
      "description": "Credit card number."
    }
  }
}