@ptkl/sdk - v1.12.0
    Preparing search index...

    Type Alias TopUpPayload

    type TopUpPayload = {
        amount: number;
        reason?: string;
    }
    Index

    Properties

    Properties

    amount: number
    reason?: string