Klarna · Schema

UpdateConsumer

FintechBNPLPaymentsCardsShopping

Properties

Name Type Description
shipping_address object
View JSON Schema on GitHub

JSON Schema

klarna-updateconsumer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateConsumer",
  "title": "UpdateConsumer",
  "properties": {
    "shipping_address": {
      "$ref": "#/components/schemas/address"
    }
  },
  "type": "object"
}