public sealed class PrivateOffer.Types.ResellerContact : IMessage<PrivateOffer.Types.ResellerContact>, IEquatable<PrivateOffer.Types.ResellerContact>, IDeepCloneable<PrivateOffer.Types.ResellerContact>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Commerce Producer v1beta API class PrivateOffer.Types.ResellerContact.
Contact information for a reseller.
Implements
IMessagePrivateOfferTypesResellerContact, IEquatablePrivateOfferTypesResellerContact, IDeepCloneablePrivateOfferTypesResellerContact, IBufferMessage, IMessageNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.dll
Constructors
ResellerContact()
public ResellerContact()ResellerContact(ResellerContact)
public ResellerContact(PrivateOffer.Types.ResellerContact other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivateOfferTypesResellerContact |
Properties
Contact
public string Contact { get; set; }Output only. The name of the reseller contact for this offer.
| Property Value | |
|---|---|
| Type | Description |
string |
|
public string Email { get; set; }Output only. The email of the reseller contact for this offer.
| Property Value | |
|---|---|
| Type | Description |
string |
|