| Current Path : /home/servydhq/rxpharmacydelivery.com/wp-content/plugins/mycryptocheckout/src/currencies/ |
| Current File : /home/servydhq/rxpharmacydelivery.com/wp-content/plugins/mycryptocheckout/src/currencies/Group.php |
<?php
namespace mycryptocheckout\currencies;
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
@brief This is a currency group.
@since 2018-02-23 15:25:33
**/
class Group
{
/**
@brief The name of the group.
@since 2018-02-23 15:25:41
**/
public $name;
/**
@brief The sort order tells the Groups class how to sort us.
@since 2018-02-23 15:25:49
**/
public $sort_order = 50;
}