UNPKG

@playmoweb/payline-typescript-sdk

Version:
10 lines (9 loc) 196 B
declare class PaylineCardOut { number?: string; type?: string; expirationDate?: string; cardholder?: string; token?: string; panType?: string; } export { PaylineCardOut };