INPUT_OBJECT

ComIbmCommerceRestWishlistHandlerWishlistHandlerProcessBodyParameterDescriptionAnnouncementBodyDescriptionInput

Announcement body.

link GraphQL Schema definition

1input ComIbmCommerceRestWishlistHandlerWishlistHandlerProcessBodyParameterDescriptionAnnouncementBodyDescriptionInput {
4
2# The recipients of the e-mail.
3emailRecipient: [ComIbmCommerceRestWishlistHandlerWishlistHandlerProcessBodyParameterDescriptionAnnouncementBodyDescriptionEmailRecipientInput]
7
5# The custom message sent by the sender in the e-mail.
6message: String
10
8# The e-mail address of the sender.
9senderEmailAddress: String!
13
11# The name of the sender.
12senderName: String!
14}