itd-api / PaymentMethod
Interface: PaymentMethod
Defined in: models/account.ts:63
Сохранённый способ оплаты.
Properties
brand?
ts
optional brand?: string;Defined in: models/account.ts:68
Платёжная система: visa, mastercard, mir.
expiresAt?
ts
optional expiresAt?: string | null;Defined in: models/account.ts:71
id
ts
id: string;Defined in: models/account.ts:64
isDefault?
ts
optional isDefault?: boolean;Defined in: models/account.ts:70
Основной ли это способ оплаты.
last4?
ts
optional last4?: string;Defined in: models/account.ts:66
Последние четыре цифры карты.