interface DepositConfirm {
    id: string;
    paymentProperties?: PaymentProperty[];
}

Properties

id: string
paymentProperties?: PaymentProperty[]

Generated using TypeDoc