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

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

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

Contact information for a reseller.

Inheritance

object > PrivateOffer.Types.ResellerContact

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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

Email

public string Email { get; set; }

Output only. The email of the reseller contact for this offer.

Property Value
Type Description
string