public sealed class PrivateOffer.Types.PartnerContact : IMessage<PrivateOffer.Types.PartnerContact>, IEquatable<PrivateOffer.Types.PartnerContact>, IDeepCloneable<PrivateOffer.Types.PartnerContact>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class PrivateOffer.Types.PartnerContact.
Contact information for the partner representative.
Implements
IMessagePrivateOfferTypesPartnerContact, IEquatablePrivateOfferTypesPartnerContact, IDeepCloneablePrivateOfferTypesPartnerContact, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
PartnerContact()
public PartnerContact()PartnerContact(PartnerContact)
public PartnerContact(PrivateOffer.Types.PartnerContact other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivateOfferTypesPartnerContact |
Properties
Contact
public string Contact { get; set; }Optional. Display text identifying the partner sales contact. Displayed to the customer. Must be provided when publishing the offer. Maximum length: 256 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
public string Email { get; set; }Optional. The email address of the partner sales contact. Displayed to the customer. The format of the provided email address is validated when publishing the offer, but no verification is performed that the email address actually exists, accepts email, or is otherwise functional.
| Property Value | |
|---|---|
| Type | Description |
string |
|