sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_channel_specific_message module

class sinch.domains.conversation.models.v1.messages.categories.channelspecific.kakaotalk.commerce.kakaotalk_commerce_channel_specific_message.KakaoTalkCommerceChannelSpecificMessage(
*,
push_alarm: Annotated[bool, Strict(strict=True)] | None = True,
adult: Annotated[bool, Strict(strict=True)] | None = False,
buttons: Annotated[list[KakaoTalkWebLinkButton | KakaoTalkAppLinkButton | KakaoTalkBotKeywordButton], Len(min_length=0, max_length=None)],
additional_content: Annotated[str, Strict(strict=True)] | None = None,
image: KakaoTalkCommerceImage,
commerce: KakaoTalkRegularPriceCommerce | KakaoTalkDiscountFixedCommerce | KakaoTalkDiscountRateCommerce,
coupon: Annotated[KakaoTalkFixedDiscountCoupon | KakaoTalkDiscountRateCoupon | KakaoTalkShippingDiscountCoupon | KakaoTalkFreeCoupon | KakaoTalkUpCoupon, FieldInfo(annotation=NoneType, required=True, discriminator='type')] | None = None,
**extra_data: Any,
)[source]

Bases: KakaoTalkChannelSpecificMessage

Parameters:
buttons: Annotated[list[KakaoTalkWebLinkButton | KakaoTalkAppLinkButton | KakaoTalkBotKeywordButton], Len(min_length=0, max_length=None)]
additional_content: Annotated[str, Strict(strict=True)] | None
image: KakaoTalkCommerceImage
commerce: KakaoTalkRegularPriceCommerce | KakaoTalkDiscountFixedCommerce | KakaoTalkDiscountRateCommerce
coupon: Annotated[KakaoTalkFixedDiscountCoupon | KakaoTalkDiscountRateCoupon | KakaoTalkShippingDiscountCoupon | KakaoTalkFreeCoupon | KakaoTalkUpCoupon, FieldInfo(annotation=NoneType, required=True, discriminator='type')] | 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].