interface IUpdateData {
    amountPerPeriod?: BN;
    cancelableBySender?: boolean;
    enableAutomaticWithdrawal?: boolean;
    id: string;
    transferableByRecipient?: boolean;
    transferableBySender?: boolean;
    withdrawFrequency?: BN;
}

Hierarchy (View Summary)

Properties

amountPerPeriod?: BN
cancelableBySender?: boolean
enableAutomaticWithdrawal?: boolean
id: string
transferableByRecipient?: boolean
transferableBySender?: boolean
withdrawFrequency?: BN