BigCommerce for WordPress
  • Hooks
  • Classes
  • Methods
  • Functions
  • About
Skip to content
Filter by type:
Home / Reference / Classes / Account_Contact / Account_Contact::jsonSerialize()

Account_Contact::jsonSerialize()

Summary

No summary available.

Source

File: src/BigCommerce/Merchant/Models/Account_Contact.php

	public function jsonSerialize() {
		return [
			'email'          => $this->email,
			'first_name'     => $this->first_name,
			'last_name'      => $this->last_name,
			'address_line_1' => $this->address_line_1,
			'address_line_2' => $this->address_line_2,
			'city'           => $this->city,
			'district'       => $this->district,
			'postal_code'    => $this->postal_code,
			'country'        => $this->country,
			'phone_number'   => $this->phone_number,
		];
	}

Expand full source code Collapse full source code


User Contributed Notes

Have a note or feedback to contribute?

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

BigCommerce for WordPress is made by: