Skip to content

Latest commit

 

History

History
113 lines (112 loc) · 4.41 KB

priceList.md

File metadata and controls

113 lines (112 loc) · 4.41 KB
$api->priceList(true, true, 'com');
// Result:
array (1) [
    'domains' => array (1) [
        'com' => array (1) [
            'Retail' => array (5) [
                'Registration' => array (7) [
                    'desc' => string (12) "Registration"
                    'pricetype' => string (1) "1"
                    'price' => double 146.3228
                    'vat' => integer 0
                    'total' => double 146.3228
                    'currency' => string (3) "SEK"
                    'currencies' => array (2) [
                        'EUR' => array (3) [
                            'price' => double 14.2648
                            'vat' => integer 0
                            'total' => double 14.2648
                        ]
                        'USD' => array (3) [
                            'price' => double 16.8255
                            'vat' => integer 0
                            'total' => double 16.8255
                        ]
                    ]
                ]
                'Renew' => array (7) [
                    'desc' => string (5) "Renew"
                    'pricetype' => string (1) "1"
                    'price' => double 146.3228
                    'vat' => integer 0
                    'total' => double 146.3228
                    'currency' => string (3) "SEK"
                    'currencies' => array (2) [
                        'EUR' => array (3) [
                            'price' => double 14.2648
                            'vat' => integer 0
                            'total' => double 14.2648
                        ]
                        'USD' => array (3) [
                            'price' => double 16.8255
                            'vat' => integer 0
                            'total' => double 16.8255
                        ]
                    ]
                ]
                'Restore' => array (7) [
                    'desc' => string (7) "Restore"
                    'pricetype' => string (1) "2"
                    'price' => double 705.5076
                    'vat' => integer 0
                    'total' => double 705.5076
                    'currency' => string (3) "SEK"
                    'currencies' => array (2) [
                        'EUR' => array (3) [
                            'price' => double 68.779
                            'vat' => integer 0
                            'total' => double 68.779
                        ]
                        'USD' => array (3) [
                            'price' => double 81.1255
                            'vat' => integer 0
                            'total' => double 81.1255
                        ]
                    ]
                ]
                'Transfer' => array (7) [
                    'desc' => string (8) "Transfer"
                    'pricetype' => string (1) "2"
                    'price' => double 146.3228
                    'vat' => integer 0
                    'total' => double 146.3228
                    'currency' => string (3) "SEK"
                    'currencies' => array (2) [
                        'EUR' => array (3) [
                            'price' => double 14.2648
                            'vat' => integer 0
                            'total' => double 14.2648
                        ]
                        'USD' => array (3) [
                            'price' => double 16.8255
                            'vat' => integer 0
                            'total' => double 16.8255
                        ]
                    ]
                ]
                'OwnerChange' => array (7) [
                    'desc' => string (11) "OwnerChange"
                    'pricetype' => string (1) "2"
                    'price' => integer 0
                    'vat' => integer 0
                    'total' => integer 0
                    'currency' => string (3) "SEK"
                    'currencies' => array (2) [
                        'EUR' => array (3) [
                            'price' => integer 0
                            'vat' => integer 0
                            'total' => integer 0
                        ]
                        'USD' => array (3) [
                            'price' => integer 0
                            'vat' => integer 0
                            'total' => integer 0
                        ]
                    ]
                ]
            ]
        ]
    ]
]