UNPKG

@buckaroo/buckaroo_sdk

Version:
8 lines (7 loc) 265 B
import { Person } from '../../../Models'; import { RecipientCategory } from '../../../Constants'; export declare class Customer extends Person { set category(value: RecipientCategory.PERSON); set firstName(value: string); set lastName(value: string); }