interface InstrumentVerificationRequest {
    instrumentType: InstrumentType;
    returnUrl: string;
}

Properties

instrumentType: InstrumentType
returnUrl: string

Generated using TypeDoc