Skip to main content

List or Query

Returns a list of your tax registrations.

Examples

Get 20 tax registrations.

\SureCart\Models\TaxRegistration::with([
'tax_zone'
])->paginate([
'page' => 1,
'per_page' => 20
]);

Where Parameters

Response Attributes