import { BrowserInfo, PayInBilling, PayInMoneyCard } from '@mangopay/vault-sdk/src/types'; export interface CreateCardDirectPayInInput { AuthorId: string; CreditedUserId?: string; DebitedFunds: PayInMoneyCard; Fees: PayInMoneyCard; SecureModeReturnURL: string; CardId: string; SecureMode?: string; StatementDescriptor?: string; Billing?: PayInBilling; Culture?: string; Tag?: string; IpAddress: string; BrowserInfo: BrowserInfo; Shipping?: PayInBilling; }