sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_status_content module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.whatsapp.payment.payment_order_status_content.PaymentOrderStatusContent(
- *,
- reference_id: Annotated[str, Strict(strict=True)],
- order: PaymentOrderStatusOrder,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
reference_id (Annotated[str, Strict(strict=True)])
order (PaymentOrderStatusOrder)
extra_data (Any)
- reference_id: Annotated[str, Strict(strict=True)]
- order: PaymentOrderStatusOrder
- 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].