prefilled_cardholder_details
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/api-evangelist/gov-uk-pay/blob/main/json-schema/PrefilledCardholderDetails.json", "title": "PrefilledCardholderDetails", "type": "object", "description": "prefilled_cardholder_details", "properties": { "billing_address": { "$ref": "#/components/schemas/Address" }, "cardholder_name": { "type": "string", "description": "The cardholder name you prefilled when you created this payment.", "example": "J. Bogs", "maxLength": 255, "minLength": 0 } } }