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

    Type Alias EpmsPaymentInfo

    EpmsPaymentInfo: EpmsPaymentInfoBase & {
        amount: number;
        created_payment_source_uuid: string;
        created_subscription_uuid: string;
        currency_identifier: string;
        last_status: EpmsPaymentStatus;
        supporter_snapshot: EpmsSupporterInfo;
        wallet_type?: APPLE_PAY | GOOGLE_PAY;
    }