INPUT_OBJECT

ComIbmCommerceRestWishlistHandlerWishlistHandlerProcessBodyParameterDescriptionAnnouncementBodyDescriptionEmailRecipientInput

The recipients of the e-mail.

link GraphQL Schema definition

1input ComIbmCommerceRestWishlistHandlerWishlistHandlerProcessBodyParameterDescriptionAnnouncementBodyDescriptionEmailRecipientInput {
5
2# The method in which the recipient is addressed in the e-mail, for example, they
3# are directly addressed (TO), they are copied on the mail (CC), and so on.
4addressingMethod: String!
8
6# E-mail address of the recipient.
7recipientEmail: String!
11
9# The name of the sender.
10recipientName: String!
12}