paygreenjs
    Preparing search index...

    Interface PaymentConfigType

    interface PaymentConfigType {
        id: string;
        platform: string;
        platform_options: PlatformsOptionsDatasType;
        shop_id: string;
        status: string;
    }
    Index

    Properties

    id: string
    platform: string
    platform_options: PlatformsOptionsDatasType
    shop_id: string
    status: string