Back to Daytona

BillingAddress

libs/billing-api-client/src/docs/BillingAddress.md

0.178.0850 B
Original Source

BillingAddress

Properties

NameTypeDescriptionNotes
citystring[optional] [default to undefined]
countrystring[optional] [default to undefined]
line1string[optional] [default to undefined]
line2string[optional] [default to undefined]
postalCodestring[optional] [default to undefined]
statestring[optional] [default to undefined]

Example

typescript
import { BillingAddress } from './api';

const instance: BillingAddress = {
    city,
    country,
    line1,
    line2,
    postalCode,
    state,
};

[Back to Model list] [Back to API list] [Back to README]