SW Combine SDK
    Preparing search index...

    Interface TransferFactionCreditsOptions

    interface TransferFactionCreditsOptions {
        amount: number;
        budget?: string;
        factionId: string;
        reason?: string;
        recipient: string;
    }
    Index

    Properties

    amount: number
    budget?: string
    factionId: string
    reason?: string
    recipient: string