UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (8 loc) 162 B
// AUTOGENERATED -- DO NOT EDIT export interface CardIdentifier { id: string; brand: string; exp_month: number; exp_year: number; last_four: string; }