PayPal\Test\Api\CreateProfileResponseTest::getObject PHP Method

getObject() public static method

Gets Object Instance with Json data filled in
public static getObject ( ) : PayPal\Api\CreateProfileResponse
return PayPal\Api\CreateProfileResponse
    public static function getObject()
    {
        return new CreateProfileResponse(self::getJson());
    }