sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons package
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_coupon module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_discount_rate_coupon module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_fixed_discount_coupon module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_free_coupon module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_shipping_discount_coupon module
- sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.kakaotalk_up_coupon module
- class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.coupons.KakaoTalkCoupon(
- *,
- description: Annotated[str, Strict(strict=True)] | None = None,
- link_mo: Annotated[str, Strict(strict=True)] | None = None,
- link_pc: Annotated[str, Strict(strict=True)] | None = None,
- scheme_android: Annotated[str, Strict(strict=True)] | None = None,
- scheme_ios: Annotated[str, Strict(strict=True)] | None = None,
- **extra_data: Any,
Bases:
SnakeCaseExtrasModel- Parameters:
description (Annotated[str, Strict(strict=True)] | None)
link_mo (Annotated[str, Strict(strict=True)] | None)
link_pc (Annotated[str, Strict(strict=True)] | None)
scheme_android (Annotated[str, Strict(strict=True)] | None)
scheme_ios (Annotated[str, Strict(strict=True)] | None)
extra_data (Any)
- description: Annotated[str, Strict(strict=True)] | None
- link_mo: Annotated[str, Strict(strict=True)] | None
- link_pc: Annotated[str, Strict(strict=True)] | None
- scheme_android: Annotated[str, Strict(strict=True)] | None
- scheme_ios: 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].