Customer::get_group()

Summary

Get the customer group associated with this customer


Return

(BigCommerceAccountsCustomer_Group)


Source

File: src/BigCommerce/Accounts/Customer.php

	public function get_group() {
		return new Customer_Group( $this->get_group_id() );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.