Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Contacts methods #28

@parisk

Description

@parisk

The contacts counterpard of the deprecated customers (#13).

Example

import billit

client = billit.Client(...)

contact = client.contacts.create(
    contact_type=billit.contacts.CUSTOMER,
)

Methods

Constants

These constants should be available as billit.contacts.<CONSTANT_NAME>

  • DOMESTIC_CUSTOMER: 1
  • INTRA_COMMUNITY_CUSTOMER: 2
  • FOREIGN_CUSTOMER: 3
  • PRIVATE_INDIVIDUAL: 4
  • CUSTOMER: 1
  • SUPPLIER: 2
  • CUSTOMER_AND_SUPPLIER: 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions