PaymentOptions.RequestPayerName 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 name.
public:
property PaymentOptionPresence RequestPayerName { PaymentOptionPresence get(); void set(PaymentOptionPresence value); };
PaymentOptionPresence RequestPayerName();
void RequestPayerName(PaymentOptionPresence value);
public PaymentOptionPresence RequestPayerName { get; set; }
var paymentOptionPresence = paymentOptions.requestPayerName;
paymentOptions.requestPayerName = paymentOptionPresence;
Public Property RequestPayerName As PaymentOptionPresence
Property Value
Gets or sets the RequestPayerName.