sinch.domains.conversation.models.v1.credentials.shared.apple_business_chat_credentials module

class sinch.domains.conversation.models.v1.credentials.shared.apple_business_chat_credentials.AppleBusinessChatCredentials(
*,
business_chat_account_id: Annotated[str, Strict(strict=True)],
merchant_id: Annotated[str, Strict(strict=True)] | None = None,
apple_pay_certificate_reference: Annotated[str, Strict(strict=True)] | None = None,
apple_pay_certificate_password: Annotated[str, Strict(strict=True)] | None = None,
**extra_data: Any,
)[source]

Bases: SnakeCaseExtrasModel

Parameters:
  • business_chat_account_id (Annotated[str, Strict(strict=True)])

  • merchant_id (Annotated[str, Strict(strict=True)] | None)

  • apple_pay_certificate_reference (Annotated[str, Strict(strict=True)] | None)

  • apple_pay_certificate_password (Annotated[str, Strict(strict=True)] | None)

  • extra_data (Any)

business_chat_account_id: Annotated[str, Strict(strict=True)]
merchant_id: Annotated[str, Strict(strict=True)] | None
apple_pay_certificate_reference: Annotated[str, Strict(strict=True)] | None
apple_pay_certificate_password: Annotated[str, Strict(strict=True)] | None
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].

model_post_init(
_SnakifyExtrasOnInit__context: Any,
) None

Marks applied non-None defaults as set.

Parameters:

_SnakifyExtrasOnInit__context (Any)

Return type:

None