UNPKG

@buckaroo/buckaroo_sdk

Version:
8 lines (7 loc) 272 B
import { IPaymentRequest, ServiceParameter } from '../../../Models'; export interface ISecurityCode extends IPaymentRequest { encryptedSecurityCode: string; } export declare class SecurityCode extends ServiceParameter { set encryptedSecurityCode(value: string); }