Back to Daytona

PaymentMethod

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

0.178.0848 B
Original Source

PaymentMethod

Properties

NameTypeDescriptionNotes
brandstring[optional] [default to undefined]
expMonthnumber[optional] [default to undefined]
expYearnumber[optional] [default to undefined]
idstring[optional] [default to undefined]
isDefaultboolean[optional] [default to undefined]
last4string[optional] [default to undefined]

Example

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

const instance: PaymentMethod = {
    brand,
    expMonth,
    expYear,
    id,
    isDefault,
    last4,
};

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