PaymentOptions.RequestPayerEmail Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to request the payer email.
public:
property PaymentOptionPresence RequestPayerEmail { PaymentOptionPresence get(); void set(PaymentOptionPresence value); };
PaymentOptionPresence RequestPayerEmail();
void RequestPayerEmail(PaymentOptionPresence value);
public PaymentOptionPresence RequestPayerEmail { get; set; }
var paymentOptionPresence = paymentOptions.requestPayerEmail;
paymentOptions.requestPayerEmail = paymentOptionPresence;
Public Property RequestPayerEmail As PaymentOptionPresence
Property Value
Gets or sets the RequestPayerEmail option.