package
8.0.0
Repository: https://github.com/messagebird/go-rest-api.git
Documentation: pkg.go.dev

# Functions

Delete a purchased phone number.
List get all purchased phone numbers.
Purchases purchases a phone number.
Read get a purchased phone number.
Search for phone numbers available for purchase, countryCode needs to be in Alpha-2 country code (example: NL).
Update updates a purchased phone number.

# Constants

NumberPatternAnyWhere force phone numbers to end with the provided fragment.
NumberPatternEnd phone numbers can be somewhere within the provided fragment.
NumberPatternStart force phone numbers to start with the provided fragment.

# Structs

Number represents a specific phone number.
NumberList provide a list of all purchased phone numbers.
NumberListParams can be used to set query params in List().
NumberPurchaseRequest can be used to purchase a number.
NumberSearchingList provide a list of all phone numbers.
NumberUpdateRequest can be used to set tags update.

# Type aliases

No description provided by the author