v4.6.0
- Adds
GetNextPage
function to each service which retrieves the next page of a collection when thehas_more
key is present in the response (eg:Client.Address.GetNextPage(addressCollection)
) - Adds
RetrieveCarrierMetadata
viamyClient.Beta.CarrierMetadata
- Fixes the type of
RequestBody
from Dictionary to String in Payload class - Fixes a deserialization bug when an error.message from the API was returned as an object instead of a string