Interface AccountServerGetRegistrationResponse

interface AccountServerGetRegistrationResponse {
    merchant_id: number;
    name: string;
    registered: string;
}

Properties

merchant_id: number

1

name: string
registered: string