Cloud Commerce Producer v1beta API - Class PrivateOffer.Types.PartnerContact (1.0.0-beta01)

public sealed class PrivateOffer.Types.PartnerContact : IMessage<PrivateOffer.Types.PartnerContact>, IEquatable<PrivateOffer.Types.PartnerContact>, IDeepCloneable<PrivateOffer.Types.PartnerContact>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class PrivateOffer.Types.PartnerContact.

Contact information for the partner representative.

Inheritance

object > PrivateOffer.Types.PartnerContact

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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

Email

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