@mia-burton/klarna-node
Version:
A Node.js module for Klarna
16 lines (15 loc) • 343 B
TypeScript
export interface Address {
attention?: string;
city?: string;
country?: string;
email?: string;
family_name?: string;
given_name?: string;
organization_name?: string;
phone?: string;
postal_code?: string;
region?: string;
street_address?: string;
street_address2?: string;
title?: string;
}