Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface will show the structure to Card

export interface Card {
token: string;
full_name: string;
number: string;
month: number;
year: number;
last_four_digits: string;
first_six_digits: string;
card_type: string;
payment_method_type: string;
address1: string;
cvv: string;
city: string;
state: string;
zip: string;
country: string;
phone_number: string;
storage_state: string;
erros?: string;
created_at: string;
updated_at: string;
/ }

Hierarchy

  • Card

Index

Properties

address1: string
card_type: string
city: string
country: string
created_at: string
cvv: string
erros?: string
first_six_digits: string
full_name: string
last_four_digits: string
month: number
number: string
payment_method_type: string
phone_number: string
state: string
storage_state: string
token: string
updated_at: string
year: number
zip: string

Generated using TypeDoc