@ptkl/sdk - v0.9.9
    Preparing search index...

    Type Alias GetPaymentLinkOptions

    type GetPaymentLinkOptions = {
        description: string;
        redirectUrl?: string | null;
        totalAmount: number;
    }
    Index

    Properties

    description: string
    redirectUrl?: string | null
    totalAmount: number