API documentation
interface
Card
export interface Card {
id: string;
name: string;
number: string;
currency: string;
status: CardStatus;
type: CardType;
expiryMonth: number;
expiryYear: number;
blockType?: CardBlockType;
security: CardSecurity;
limits: CardLimits;
}