scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
16 lines (15 loc) • 352 B
TypeScript
export interface IIuguChargeCreditCard {
LR: string | '00';
bin: string;
brand: string | 'master' | 'visa';
errors: any;
identification: string | null;
invoiceId: string;
last4: string;
message: string | 'Autorizado';
pdf: string;
reversible: boolean;
success: boolean;
token: string;
url: string;
}