Categorygithub.com/lob/lob-go
modulepackage
0.1.0
Repository: https://github.com/lob/lob-go.git
Documentation: pkg.go.dev

# README

Go API client for lob.go

The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors.

Looking for our previous documentation?

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.3.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://support.lob.com/

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import lob.go "github.com/GIT_USER_ID/GIT_REPO_ID"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), lob.go.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), lob.go.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), lob.go.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), lob.go.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.lob.com/v1

ClassMethodHTTP requestDescription
AddressesApiAddressCreatePost /addressescreate
AddressesApiAddressDeleteDelete /addresses/{adr_id}delete
AddressesApiAddressRetrieveGet /addresses/{adr_id}get
AddressesApiAddressesListGet /addresseslist
BankAccountsApiBankAccountCreatePost /bank_accountscreate
BankAccountsApiBankAccountDeleteDelete /bank_accounts/{bank_id}delete
BankAccountsApiBankAccountRetrieveGet /bank_accounts/{bank_id}get
BankAccountsApiBankAccountVerifyPost /bank_accounts/{bank_id}/verifyverify
BankAccountsApiBankAccountsListGet /bank_accountslist
BillingGroupsApiBillingGroupCreatePost /billing_groupscreate
BillingGroupsApiBillingGroupRetrieveGet /billing_groups/{bg_id}get
BillingGroupsApiBillingGroupUpdatePost /billing_groups/{bg_id}update
BillingGroupsApiBillingGroupsListGet /billing_groupslist
CampaignsApiCampaignCreatePost /campaignscreate
CampaignsApiCampaignDeleteDelete /campaigns/{cmp_id}delete
CampaignsApiCampaignRetrieveGet /campaigns/{cmp_id}get
CampaignsApiCampaignUpdatePatch /campaigns/{cmp_id}update
CampaignsApiCampaignsListGet /campaignslist
CardOrdersApiCardOrderCreatePost /cards/{card_id}/orderscreate
CardOrdersApiCardOrdersRetrieveGet /cards/{card_id}/ordersget
CardsApiCardCreatePost /cardscreate
CardsApiCardDeleteDelete /cards/{card_id}delete
CardsApiCardRetrieveGet /cards/{card_id}get
CardsApiCardUpdatePost /cards/{card_id}update
CardsApiCardsListGet /cardslist
ChecksApiCheckCancelDelete /checks/{chk_id}cancel
ChecksApiCheckCreatePost /checkscreate
ChecksApiCheckRetrieveGet /checks/{chk_id}get
ChecksApiChecksListGet /checkslist
CreativesApiCreativeCreatePost /creativescreate
CreativesApiCreativeRetrieveGet /creatives/{crv_id}get
CreativesApiCreativeUpdatePatch /creatives/{crv_id}update
DefaultApiPlaceholderGet /shared_dont_callplaceholder_no_call
IdentityValidationApiIdentityValidationPost /identity_validationvalidate
IntlAutocompletionsApiIntlAutocompletionPost /intl_autocompletionsautocomplete
IntlVerificationsApiBulkIntlVerificationsPost /bulk/intl_verificationsverifyBulk
IntlVerificationsApiIntlVerificationPost /intl_verificationsverifySingle
LettersApiLetterCancelDelete /letters/{ltr_id}cancel
LettersApiLetterCreatePost /letterscreate
LettersApiLetterRetrieveGet /letters/{ltr_id}get
LettersApiLettersListGet /letterslist
PostcardsApiPostcardCreatePost /postcardscreate
PostcardsApiPostcardDeleteDelete /postcards/{psc_id}cancel
PostcardsApiPostcardRetrieveGet /postcards/{psc_id}get
PostcardsApiPostcardsListGet /postcardslist
ReverseGeocodeLookupsApiReverseGeocodeLookupPost /us_reverse_geocode_lookupslookup
SelfMailersApiSelfMailerCreatePost /self_mailerscreate
SelfMailersApiSelfMailerDeleteDelete /self_mailers/{sfm_id}delete
SelfMailersApiSelfMailerRetrieveGet /self_mailers/{sfm_id}get
SelfMailersApiSelfMailersListGet /self_mailerslist
TemplateVersionsApiCreateTemplateVersionPost /templates/{tmpl_id}/versionscreate
TemplateVersionsApiTemplateVersionDeleteDelete /templates/{tmpl_id}/versions/{vrsn_id}delete
TemplateVersionsApiTemplateVersionRetrieveGet /templates/{tmpl_id}/versions/{vrsn_id}get
TemplateVersionsApiTemplateVersionUpdatePost /templates/{tmpl_id}/versions/{vrsn_id}update
TemplateVersionsApiTemplateVersionsListGet /templates/{tmpl_id}/versionslist
TemplatesApiCreateTemplatePost /templatescreate
TemplatesApiTemplateDeleteDelete /templates/{tmpl_id}delete
TemplatesApiTemplateRetrieveGet /templates/{tmpl_id}get
TemplatesApiTemplateUpdatePost /templates/{tmpl_id}update
TemplatesApiTemplatesListGet /templateslist
UploadsApiExportRetrieveGet /uploads/{upl_id}/exports/{ex_id}get_export
UploadsApiUploadCreatePost /uploadscreate_upload
UploadsApiUploadDeleteDelete /uploads/{upl_id}delete_upload
UploadsApiUploadExportCreatePost /uploads/{upl_id}/exportscreate_export
UploadsApiUploadFileCreatePost /uploads/{upl_id}/fileupload_file
UploadsApiUploadRetrieveGet /uploads/{upl_id}get_upload
UploadsApiUploadUpdatePatch /uploads/{upl_id}update_upload
UploadsApiUploadsListGet /uploadslist_upload
UsAutocompletionsApiUsAutocompletionPost /us_autocompletionsautocomplete
UsVerificationsApiBulkUsVerificationsPost /bulk/us_verificationsverifyBulk
UsVerificationsApiUsVerificationPost /us_verificationsverifySingle
ZipLookupsApiZipLookupPost /us_zip_lookupslookup

Documentation For Models

Documentation For Authorization

basicAuth

  • Type: HTTP basic authentication

Example

auth := context.WithValue(context.Background(), sw.ContextBasicAuth, sw.BasicAuth{
    UserName: "username",
    Password: "password",
})
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAddress instantiates a new Address object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressDeletion instantiates a new AddressDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressDeletionWithDefaults instantiates a new AddressDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressDomestic instantiates a new AddressDomestic object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressDomesticExpanded instantiates a new AddressDomesticExpanded object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressDomesticExpandedWithDefaults instantiates a new AddressDomesticExpanded object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressDomesticWithDefaults instantiates a new AddressDomestic object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressEditable instantiates a new AddressEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressEditableWithDefaults instantiates a new AddressEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressList instantiates a new AddressList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressListWithDefaults instantiates a new AddressList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAddressWithDefaults instantiates a new Address object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewBankAccount instantiates a new BankAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankAccountDeletion instantiates a new BankAccountDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankAccountDeletionWithDefaults instantiates a new BankAccountDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankAccountList instantiates a new BankAccountList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankAccountListWithDefaults instantiates a new BankAccountList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankAccountVerify instantiates a new BankAccountVerify object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankAccountVerifyWithDefaults instantiates a new BankAccountVerify object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankAccountWithDefaults instantiates a new BankAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankAccountWritable instantiates a new BankAccountWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankAccountWritableWithDefaults instantiates a new BankAccountWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankTypeEnumFromValue returns a pointer to a valid BankTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBillingGroup instantiates a new BillingGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBillingGroupEditable instantiates a new BillingGroupEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBillingGroupEditableWithDefaults instantiates a new BillingGroupEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBillingGroupList instantiates a new BillingGroupList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBillingGroupListWithDefaults instantiates a new BillingGroupList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBillingGroupWithDefaults instantiates a new BillingGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkError instantiates a new BulkError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkErrorProperties instantiates a new BulkErrorProperties object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBulkErrorPropertiesWithDefaults instantiates a new BulkErrorProperties object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBulkErrorWithDefaults instantiates a new BulkError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaign instantiates a new Campaign object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignCreative instantiates a new CampaignCreative object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignCreativeWithDefaults instantiates a new CampaignCreative object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignDeletion instantiates a new CampaignDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignDeletionWithDefaults instantiates a new CampaignDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignsList instantiates a new CampaignsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignsListWithDefaults instantiates a new CampaignsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignUpdatable instantiates a new CampaignUpdatable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignUpdatableWithDefaults instantiates a new CampaignUpdatable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignWithDefaults instantiates a new Campaign object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCampaignWritable instantiates a new CampaignWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCampaignWritableWithDefaults instantiates a new CampaignWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCard instantiates a new Card object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardDeletion instantiates a new CardDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardDeletionWithDefaults instantiates a new CardDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardEditable instantiates a new CardEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardEditableWithDefaults instantiates a new CardEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardList instantiates a new CardList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardListWithDefaults instantiates a new CardList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardOrder instantiates a new CardOrder object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardOrderEditable instantiates a new CardOrderEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardOrderEditableWithDefaults instantiates a new CardOrderEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardOrderList instantiates a new CardOrderList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardOrderListWithDefaults instantiates a new CardOrderList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardOrderWithDefaults instantiates a new CardOrder object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardUpdatable instantiates a new CardUpdatable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCardUpdatableWithDefaults instantiates a new CardUpdatable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCardWithDefaults instantiates a new Card object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheck instantiates a new Check object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckDeletion instantiates a new CheckDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckDeletionWithDefaults instantiates a new CheckDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckEditable instantiates a new CheckEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckEditableWithDefaults instantiates a new CheckEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckList instantiates a new CheckList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCheckListWithDefaults instantiates a new CheckList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCheckWithDefaults instantiates a new Check object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCmpScheduleTypeFromValue returns a pointer to a valid CmpScheduleType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCmpUseTypeFromValue returns a pointer to a valid CmpUseType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfiguration returns a new Configuration object.
NewCountryExtendedExpandedFromValue returns a pointer to a valid CountryExtendedExpanded for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCountryExtendedFromValue returns a pointer to a valid CountryExtended for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCreativePatch instantiates a new CreativePatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreativePatchWithDefaults instantiates a new CreativePatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreativeResponse instantiates a new CreativeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreativeResponseWithDefaults instantiates a new CreativeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCreativeWritable instantiates a new CreativeWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCreativeWritableWithDefaults instantiates a new CreativeWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCustomEnvelopeReturned instantiates a new CustomEnvelopeReturned object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCustomEnvelopeReturnedWithDefaults instantiates a new CustomEnvelopeReturned object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeliverabilityAnalysis instantiates a new DeliverabilityAnalysis object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeliverabilityAnalysisWithDefaults instantiates a new DeliverabilityAnalysis object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDpvFootnoteFromValue returns a pointer to a valid DpvFootnote for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEngineHtmlFromValue returns a pointer to a valid EngineHtml for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEvents instantiates a new Events object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventsWithDefaults instantiates a new Events object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventType instantiates a new EventType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventTypeWithDefaults instantiates a new EventType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExport instantiates a new Export object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportModel instantiates a new ExportModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExportModelWithDefaults instantiates a new ExportModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExportWithDefaults instantiates a new Export object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeocodeAddresses instantiates a new GeocodeAddresses object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeocodeAddressesWithDefaults instantiates a new GeocodeAddresses object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeocodeComponents instantiates a new GeocodeComponents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeocodeComponentsWithDefaults instantiates a new GeocodeComponents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIdentityValidation instantiates a new IdentityValidation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIdentityValidationWithDefaults instantiates a new IdentityValidation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInlineObject instantiates a new InlineObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInlineObjectWithDefaults instantiates a new InlineObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlAutocompletions instantiates a new IntlAutocompletions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlAutocompletionsWithDefaults instantiates a new IntlAutocompletions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlAutocompletionsWritable instantiates a new IntlAutocompletionsWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlAutocompletionsWritableWithDefaults instantiates a new IntlAutocompletionsWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlComponents instantiates a new IntlComponents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlComponentsWithDefaults instantiates a new IntlComponents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlSuggestions instantiates a new IntlSuggestions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlSuggestionsWithDefaults instantiates a new IntlSuggestions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlVerification instantiates a new IntlVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlVerificationOrError instantiates a new IntlVerificationOrError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlVerificationOrErrorWithDefaults instantiates a new IntlVerificationOrError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlVerifications instantiates a new IntlVerifications object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlVerificationsPayload instantiates a new IntlVerificationsPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlVerificationsPayloadWithDefaults instantiates a new IntlVerificationsPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlVerificationsWithDefaults instantiates a new IntlVerifications object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlVerificationWithDefaults instantiates a new IntlVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntlVerificationWritable instantiates a new IntlVerificationWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntlVerificationWritableWithDefaults instantiates a new IntlVerificationWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetter instantiates a new Letter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterCustomEnvelope instantiates a new LetterCustomEnvelope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterCustomEnvelopeWithDefaults instantiates a new LetterCustomEnvelope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterDeletion instantiates a new LetterDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterDeletionWithDefaults instantiates a new LetterDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterDetailsReturned instantiates a new LetterDetailsReturned object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterDetailsReturnedWithDefaults instantiates a new LetterDetailsReturned object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterDetailsWritable instantiates a new LetterDetailsWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterDetailsWritableWithDefaults instantiates a new LetterDetailsWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterEditable instantiates a new LetterEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterEditableWithDefaults instantiates a new LetterEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterList instantiates a new LetterList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLetterListWithDefaults instantiates a new LetterList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLetterWithDefaults instantiates a new Letter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLobConfidenceScore instantiates a new LobConfidenceScore object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLobConfidenceScoreWithDefaults instantiates a new LobConfidenceScore object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLobError instantiates a new LobError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLobErrorWithDefaults instantiates a new LobError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocation instantiates a new Location object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationAnalysis instantiates a new LocationAnalysis object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationAnalysisWithDefaults instantiates a new LocationAnalysis object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocationWithDefaults instantiates a new Location object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMailTypeFromValue returns a pointer to a valid MailType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMultiLineAddress instantiates a new MultiLineAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultiLineAddressWithDefaults instantiates a new MultiLineAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleComponents instantiates a new MultipleComponents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleComponentsIntl instantiates a new MultipleComponentsIntl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleComponentsIntlWithDefaults instantiates a new MultipleComponentsIntl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleComponentsList instantiates a new MultipleComponentsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipleComponentsListWithDefaults instantiates a new MultipleComponentsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipleComponentsWithDefaults instantiates a new MultipleComponents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewPlaceholderModel instantiates a new PlaceholderModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlaceholderModelWithDefaults instantiates a new PlaceholderModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcard instantiates a new Postcard object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardDeletion instantiates a new PostcardDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardDeletionWithDefaults instantiates a new PostcardDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcardDetailsReturned instantiates a new PostcardDetailsReturned object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardDetailsReturnedWithDefaults instantiates a new PostcardDetailsReturned object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcardDetailsWritable instantiates a new PostcardDetailsWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardDetailsWritableWithDefaults instantiates a new PostcardDetailsWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcardEditable instantiates a new PostcardEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardEditableWithDefaults instantiates a new PostcardEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcardList instantiates a new PostcardList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPostcardListWithDefaults instantiates a new PostcardList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPostcardSizeFromValue returns a pointer to a valid PostcardSize for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPostcardWithDefaults instantiates a new Postcard object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReturnEnvelope instantiates a new ReturnEnvelope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReturnEnvelopeWithDefaults instantiates a new ReturnEnvelope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReverseGeocode instantiates a new ReverseGeocode object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReverseGeocodeWithDefaults instantiates a new ReverseGeocode object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelfMailer instantiates a new SelfMailer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelfMailerDeletion instantiates a new SelfMailerDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelfMailerDeletionWithDefaults instantiates a new SelfMailerDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelfMailerEditable instantiates a new SelfMailerEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelfMailerEditableWithDefaults instantiates a new SelfMailerEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelfMailerList instantiates a new SelfMailerList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSelfMailerListWithDefaults instantiates a new SelfMailerList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSelfMailerSizeFromValue returns a pointer to a valid SelfMailerSize for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSelfMailerWithDefaults instantiates a new SelfMailer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSortBy instantiates a new SortBy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSortBy1 instantiates a new SortBy1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSortBy1WithDefaults instantiates a new SortBy1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSortBy2 instantiates a new SortBy2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSortBy2WithDefaults instantiates a new SortBy2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSortBy3 instantiates a new SortBy3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSortBy3WithDefaults instantiates a new SortBy3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSortByDateModified instantiates a new SortByDateModified object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSortByDateModifiedWithDefaults instantiates a new SortByDateModified object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSortByWithDefaults instantiates a new SortBy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSuggestions instantiates a new Suggestions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSuggestionsWithDefaults instantiates a new Suggestions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplate instantiates a new Template object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateDeletion instantiates a new TemplateDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateDeletionWithDefaults instantiates a new TemplateDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateList instantiates a new TemplateList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateListWithDefaults instantiates a new TemplateList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateUpdate instantiates a new TemplateUpdate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateUpdateWithDefaults instantiates a new TemplateUpdate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateVersion instantiates a new TemplateVersion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateVersionDeletion instantiates a new TemplateVersionDeletion object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateVersionDeletionWithDefaults instantiates a new TemplateVersionDeletion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateVersionList instantiates a new TemplateVersionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateVersionListWithDefaults instantiates a new TemplateVersionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateVersionUpdatable instantiates a new TemplateVersionUpdatable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateVersionUpdatableWithDefaults instantiates a new TemplateVersionUpdatable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateVersionWithDefaults instantiates a new TemplateVersion object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateVersionWritable instantiates a new TemplateVersionWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateVersionWritableWithDefaults instantiates a new TemplateVersionWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateWithDefaults instantiates a new Template object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTemplateWritable instantiates a new TemplateWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTemplateWritableWithDefaults instantiates a new TemplateWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThumbnail instantiates a new Thumbnail object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThumbnailWithDefaults instantiates a new Thumbnail object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrackingEventCertified instantiates a new TrackingEventCertified object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrackingEventCertifiedWithDefaults instantiates a new TrackingEventCertified object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrackingEventDetails instantiates a new TrackingEventDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrackingEventDetailsWithDefaults instantiates a new TrackingEventDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrackingEventNormal instantiates a new TrackingEventNormal object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTrackingEventNormalWithDefaults instantiates a new TrackingEventNormal object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUpload instantiates a new Upload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadCreateExport instantiates a new UploadCreateExport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadCreateExportWithDefaults instantiates a new UploadCreateExport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadFile instantiates a new UploadFile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadFileWithDefaults instantiates a new UploadFile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadStateFromValue returns a pointer to a valid UploadState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUploadUpdatable instantiates a new UploadUpdatable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadUpdatableWithDefaults instantiates a new UploadUpdatable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadWithDefaults instantiates a new Upload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUploadWritable instantiates a new UploadWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUploadWritableWithDefaults instantiates a new UploadWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsAutocompletions instantiates a new UsAutocompletions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsAutocompletionsWithDefaults instantiates a new UsAutocompletions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsAutocompletionsWritable instantiates a new UsAutocompletionsWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsAutocompletionsWritableWithDefaults instantiates a new UsAutocompletionsWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsComponents instantiates a new UsComponents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsComponentsWithDefaults instantiates a new UsComponents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsVerification instantiates a new UsVerification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsVerificationOrError instantiates a new UsVerificationOrError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsVerificationOrErrorWithDefaults instantiates a new UsVerificationOrError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsVerifications instantiates a new UsVerifications object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsVerificationsWithDefaults instantiates a new UsVerifications object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsVerificationsWritable instantiates a new UsVerificationsWritable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUsVerificationsWritableWithDefaults instantiates a new UsVerificationsWritable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsVerificationWithDefaults instantiates a new UsVerification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewZip instantiates a new Zip object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewZipCodeTypeFromValue returns a pointer to a valid ZipCodeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewZipEditable instantiates a new ZipEditable object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewZipEditableWithDefaults instantiates a new ZipEditable object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewZipLookupCity instantiates a new ZipLookupCity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewZipLookupCityWithDefaults instantiates a new ZipLookupCity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewZipWithDefaults instantiates a new Zip object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of bank_type_enum.
List of bank_type_enum.
List of cmp_schedule_type.
List of cmp_use_type.
List of cmp_use_type.
List of cmp_use_type.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of country_extended_expanded.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of dpv_footnote.
List of engine_html.
List of engine_html.
List of mail_type.
List of mail_type.
List of postcard_size.
List of postcard_size.
List of postcard_size.
List of self_mailer_size.
List of self_mailer_size.
List of self_mailer_size.
List of upload_state.
List of upload_state.
List of upload_state.
List of upload_state.
List of upload_state.
List of upload_state.
List of upload_state.
List of zip_code_type.
List of zip_code_type.
List of zip_code_type.
List of zip_code_type.
List of zip_code_type.

# Variables

All allowed values of BankTypeEnum enum.
All allowed values of CmpScheduleType enum.
All allowed values of CmpUseType enum.
All allowed values of CountryExtended enum.
All allowed values of CountryExtendedExpanded enum.
All allowed values of DpvFootnote enum.
All allowed values of EngineHtml enum.
All allowed values of MailType enum.
All allowed values of PostcardSize enum.
All allowed values of SelfMailerSize enum.
All allowed values of UploadState enum.
All allowed values of ZipCodeType enum.
ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

Address struct for Address.
AddressDeletion Object returned upon deleting an address.
AddressDomestic struct for AddressDomestic.
AddressDomesticExpanded struct for AddressDomesticExpanded.
AddressEditable struct for AddressEditable.
AddressList struct for AddressList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Lob API v1.3.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BankAccount struct for BankAccount.
BankAccountDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
BankAccountList struct for BankAccountList.
BankAccountVerify struct for BankAccountVerify.
BankAccountWritable struct for BankAccountWritable.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BillingGroup struct for BillingGroup.
BillingGroupEditable struct for BillingGroupEditable.
BillingGroupList struct for BillingGroupList.
BulkError Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
BulkErrorProperties Bulk error properties.
Campaign struct for Campaign.
CampaignCreative struct for CampaignCreative.
CampaignDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
CampaignsList struct for CampaignsList.
CampaignUpdatable struct for CampaignUpdatable.
CampaignWritable struct for CampaignWritable.
Card struct for Card.
CardDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
CardEditable struct for CardEditable.
CardList struct for CardList.
CardOrder struct for CardOrder.
CardOrderEditable struct for CardOrderEditable.
CardOrderList struct for CardOrderList.
CardUpdatable struct for CardUpdatable.
Check struct for Check.
CheckDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
CheckEditable struct for CheckEditable.
CheckList struct for CheckList.
Configuration stores the configuration of the API client.
CreativePatch struct for CreativePatch.
CreativeResponse struct for CreativeResponse.
CreativeWritable struct for CreativeWritable.
CustomEnvelopeReturned A nested custom envelope object containing more information about the custom envelope used or `null` if a custom envelope was not used.
DeliverabilityAnalysis A nested object containing a breakdown of the deliverability of an address.
Events struct for Events.
EventType struct for EventType.
Export struct for Export.
ExportModel struct for ExportModel.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeocodeAddresses struct for GeocodeAddresses.
GeocodeComponents A nested object containing a breakdown of each component of a reverse geocoded response.
IdentityValidation struct for IdentityValidation.
InlineObject struct for InlineObject.
IntlAutocompletions struct for IntlAutocompletions.
IntlAutocompletionsWritable struct for IntlAutocompletionsWritable.
IntlComponents A nested object containing a breakdown of each component of an address.
IntlSuggestions struct for IntlSuggestions.
IntlVerification struct for IntlVerification.
IntlVerificationOrError A model used to represent an entry in a result list where the entry can either be a intl_verification or an Error.
IntlVerifications struct for IntlVerifications.
IntlVerificationsPayload struct for IntlVerificationsPayload.
IntlVerificationWritable struct for IntlVerificationWritable.
Letter struct for Letter.
LetterCustomEnvelope A nested custom envelope object containing more information about the custom envelope used or `null` if a custom envelope was not used.
LetterDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
LetterDetailsReturned Properties that the letters in your Creative should have.
LetterDetailsWritable Properties that the letters in your Creative should have.
LetterEditable struct for LetterEditable.
LetterList struct for LetterList.
LobConfidenceScore Lob Confidence Score is a nested object that provides a numerical value between 0-100 of the likelihood that an address is deliverable based on Lob’s mail delivery data to over half of US households.
LobError Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
Location struct for Location.
LocationAnalysis A nested object containing a breakdown of the analysis of a reverse geocoded location.
MultiLineAddress struct for MultiLineAddress.
MultipleComponents struct for MultipleComponents.
MultipleComponentsIntl struct for MultipleComponentsIntl.
MultipleComponentsList struct for MultipleComponentsList.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PlaceholderModel struct for PlaceholderModel.
Postcard struct for Postcard.
PostcardDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
PostcardDetailsReturned Properties that the postcards in your Creative should have.
PostcardDetailsWritable Properties that the postcards in your Creative should have.
PostcardEditable struct for PostcardEditable.
PostcardList struct for PostcardList.
ReturnEnvelope struct for ReturnEnvelope.
ReverseGeocode struct for ReverseGeocode.
SelfMailer struct for SelfMailer.
SelfMailerDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
SelfMailerEditable struct for SelfMailerEditable.
SelfMailerList struct for SelfMailerList.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SortBy struct for SortBy.
SortBy1 struct for SortBy1.
SortBy2 struct for SortBy2.
SortBy3 struct for SortBy3.
SortByDateModified struct for SortByDateModified.
Suggestions struct for Suggestions.
Template struct for Template.
TemplateDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
TemplateList struct for TemplateList.
TemplateUpdate struct for TemplateUpdate.
TemplateVersion struct for TemplateVersion.
TemplateVersionDeletion Lob uses RESTful HTTP response codes to indicate success or failure of an API request.
TemplateVersionList struct for TemplateVersionList.
TemplateVersionUpdatable struct for TemplateVersionUpdatable.
TemplateVersionWritable struct for TemplateVersionWritable.
TemplateWritable struct for TemplateWritable.
Thumbnail struct for Thumbnail.
TrackingEventCertified struct for TrackingEventCertified.
TrackingEventDetails struct for TrackingEventDetails.
TrackingEventNormal struct for TrackingEventNormal.
Upload struct for Upload.
UploadCreateExport struct for UploadCreateExport.
UploadFile struct for UploadFile.
UploadUpdatable struct for UploadUpdatable.
UploadWritable struct for UploadWritable.
UsAutocompletions struct for UsAutocompletions.
UsAutocompletionsWritable struct for UsAutocompletionsWritable.
UsComponents A nested object containing a breakdown of each component of an address.
UsVerification struct for UsVerification.
UsVerificationOrError A model used to represent an entry in a result list where the entry can either be a us_verification or an Error.
UsVerifications struct for UsVerifications.
UsVerificationsWritable struct for UsVerificationsWritable.
Zip struct for Zip.
ZipEditable struct for ZipEditable.
ZipLookupCity struct for ZipLookupCity.

# Type aliases

AddressesApiService AddressesApi service.
BankAccountsApiService BankAccountsApi service.
BankTypeEnum The type of entity that holds the account.
BillingGroupsApiService BillingGroupsApi service.
CardOrdersApiService CardOrdersApi service.
CardsApiService CardsApi service.
ChecksApiService ChecksApi service.
CmpScheduleType How the campaign should be scheduled.
CmpUseType The usage type of this campaign.
CountryExtended Must be a 2 letter country short-name code (ISO 3166).
CountryExtendedExpanded Full name of country.
DefaultApiService DefaultApi service.
DpvFootnote the model 'DpvFootnote'.
EngineHtml The engine used to combine HTML template with merge variables.
IdentityValidationApiService IdentityValidationApi service.
IntlAutocompletionsApiService IntlAutocompletionsApi service.
IntlVerificationsApiService IntlVerificationsApi service.
LettersApiService LettersApi service.
MailType A string designating the mail postage type: * `usps_first_class` - (default) * `usps_standard` - a [cheaper option](https://lob.com/pricing/print-mail#compare) which is less predictable and takes longer to deliver.
PostcardsApiService PostcardsApi service.
PostcardSize Specifies the size of the postcard.
ReverseGeocodeLookupsApiService ReverseGeocodeLookupsApi service.
SelfMailersApiService SelfMailersApi service.
SelfMailerSize Specifies the size of the self mailer.
ServerConfigurations stores multiple ServerConfiguration items.
TemplatesApiService TemplatesApi service.
TemplateVersionsApiService TemplateVersionsApi service.
UploadState The `state` property on the `upload` object.
UsAutocompletionsApiService UsAutocompletionsApi service.
UsVerificationsApiService UsVerificationsApi service.
ZipCodeType A description of the ZIP code type.
ZipLookupsApiService ZipLookupsApi service.