Interface PaymentConfigType

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

Properties

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

Generated using TypeDoc