UNPKG

bluesnap

Version:
14 lines (13 loc) 338 B
import { ValidatedResponse } from '../../errors/models/ValidatedResponse'; export interface OnboardApplePayRequest { walletType: string; applePay: { domains: string[]; }; } export interface OnboardApplePayResponse extends ValidatedResponse { walletType: string; applePay: { domains: string[]; }; }