Skip to content

Latest commit

 

History

History
346 lines (243 loc) · 30 KB

File metadata and controls

346 lines (243 loc) · 30 KB

AddressVerification

Types:

from postgrid.types import Errors, Status, AddressVerificationVerifyResponse

Methods:

IntlAddressVerification

Types:

from postgrid.types import IntlAddressVerificationVerifyResponse

Methods:

PrintMail

Types:

from postgrid.types import ContactCreateWithCompanyName, ContactCreateWithFirstName

BankAccounts

Types:

from postgrid.types.print_mail import BankAccount, BankAccountCountryCode, BankAccountDeleteResponse

Methods:

Campaigns

Types:

from postgrid.types.print_mail import Campaign, CampaignDeleteResponse

Methods:

Cheques

Types:

from postgrid.types.print_mail import Cheque, ChequeSize, DigitalOnly, ChequeRetrieveURLResponse

Methods:

Contacts

Types:

from postgrid.types.print_mail import Contact, ContactCreate, ContactDeleteResponse

Methods:

Letters

Types:

from postgrid.types.print_mail import (
    AddressPlacement,
    AttachedPdf,
    Letter,
    LetterSize,
    PlasticCard,
    LetterRetrieveURLResponse,
)

Methods:

MailingListImports

Types:

from postgrid.types.print_mail import (
    FileType,
    MailingListImportResponse,
    VerificationStatusCount,
    MailingListImportDeleteResponse,
)

Methods:

MailingLists

Types:

from postgrid.types.print_mail import MailingList, MailingListUpdate, MailingListDeleteResponse

Methods:

OrderProfiles

Cheques

Types:

from postgrid.types.print_mail.order_profiles import (
    ChequeProfile,
    CurrencyCode,
    ChequeListResponse,
    ChequeDeleteResponse,
)

Methods:

Letters

Types:

from postgrid.types.print_mail.order_profiles import LetterProfile, LetterDeleteResponse

Methods:

Postcards

Types:

from postgrid.types.print_mail.order_profiles import (
    PostcardProfile,
    PostcardSize,
    PostcardDeleteResponse,
)

Methods:

SelfMailers

Types:

from postgrid.types.print_mail.order_profiles import (
    SelfMailerProfile,
    SelfMailerSize,
    SelfMailerDeleteResponse,
)

Methods:

Postcards

Types:

from postgrid.types.print_mail import Postcard, PostcardRetrieveURLResponse

Methods:

Reports

Types:

from postgrid.types.print_mail import DeletedResponse, Report

Methods:

Samples

Types:

from postgrid.types.print_mail.reports import ReportSample, ReportSampleCreateBase

Methods:

Exports

Types:

from postgrid.types.print_mail.reports import ReportExport

Methods:

SelfMailers

Types:

from postgrid.types.print_mail import SelfMailer, SelfMailerRetrieveURLResponse

Methods:

SubOrganizations

Types:

from postgrid.types.print_mail import (
    EmailPreferences,
    SubOrganization,
    SubOrganizationUpdateResponse,
    SubOrganizationRetrieveUsersResponse,
)

Methods:

Templates

Types:

from postgrid.types.print_mail import Template, TemplateDeleteResponse

Methods: