sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons package
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_boleto_button module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_payment_link_button module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.whatsapp_payment_settings_pix_button module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.WhatsAppPaymentSettingsBoletoButton(
- *,
- type: Literal['boleto'],
- digitable_line: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
type (Literal['boleto'])
digitable_line (Annotated[str, Strict(strict=True)])
extra_data (Any)
- type: Literal['boleto']
- digitable_line: Annotated[str, Strict(strict=True)]
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.WhatsAppPaymentSettingsPaymentLinkButton(
- *,
- type: Literal['payment_link'],
- uri: Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
type (Literal['payment_link'])
uri (Annotated[str, Strict(strict=True)])
extra_data (Any)
- type: Literal['payment_link']
- uri: Annotated[str, Strict(strict=True)]
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.buttons.WhatsAppPaymentSettingsPixButton(
- *,
- type: Literal['pix_dynamic_code'],
- code: Annotated[str, Strict(strict=True)],
- merchant_name: Annotated[str, Strict(strict=True)],
- key: Annotated[str, Strict(strict=True)],
- key_type: Literal['CPF', 'CNPJ', 'EMAIL', 'PHONE', 'EVP'] | Annotated[str, Strict(strict=True)],
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
type (Literal['pix_dynamic_code'])
code (Annotated[str, Strict(strict=True)])
merchant_name (Annotated[str, Strict(strict=True)])
key (Annotated[str, Strict(strict=True)])
key_type (Literal['CPF', 'CNPJ', 'EMAIL', 'PHONE', 'EVP'] | ~typing.Annotated[str, ~pydantic.types.Strict(strict=True)])
extra_data (Any)
- type: Literal['pix_dynamic_code']
- code: Annotated[str, Strict(strict=True)]
- merchant_name: Annotated[str, Strict(strict=True)]
- key: Annotated[str, Strict(strict=True)]
- key_type: Literal['CPF', 'CNPJ', 'EMAIL', 'PHONE', 'EVP'] | Annotated[str, Strict(strict=True)]
- model_config = {'extra': 'allow', 'populate_by_name': True, 'validate_by_alias': True, 'validate_by_name': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].