Skip to content

ContactAddress

PQSafe AgentPay API Reference v0.1.0


PQSafe AgentPay API Reference / AP2 / ContactAddress

Interface: ContactAddress

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:90

Contact address — postal address of buyer or recipient.

Properties

addressLine

addressLine: string[]

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:92


city

city: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:93


country

country: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:97

ISO 3166-1 alpha-2 country code


phone?

optional phone?: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:98


postalCode?

optional postalCode?: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:95


recipient?

optional recipient?: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:91


region?

optional region?: string

Defined in: pqsafe/agent-pay/src/adapters/ap2.ts:94