Verifone · Schema

Model12

The shipping details

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel

Properties

Name Type Description
name object
address object
View JSON Schema on GitHub

JSON Schema

paypal-ecommerce-api-model12.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/paypal-ecommerce-api-model12.json",
  "title": "Model12",
  "description": "The shipping details",
  "type": "object",
  "properties": {
    "name": {
      "$ref": "#/components/schemas/Model11"
    },
    "address": {
      "$ref": "#/components/schemas/billingAddress"
    }
  }
}