@raisenow/tamaro-core
    Preparing search index...

    Type Alias EpmsSubscriptionInfo

    type EpmsSubscriptionInfo = {
        amount: number;
        currency: string;
        custom_parameters?: EpmsCustomParameters;
        payment_source_uuid: string;
        raisenow_parameters?: EpmsRaisenowParameters;
        status: EpmsSubscriptionStatus;
        supporter_uuid: string;
        uuid: string;
    }
    Index

    Properties

    amount: number
    currency: string
    custom_parameters?: EpmsCustomParameters
    payment_source_uuid: string
    raisenow_parameters?: EpmsRaisenowParameters
    supporter_uuid: string
    uuid: string