PaymentDetails.Modifiers 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.
A collection of PaymentDetailsModifier classes for which provide the ability to change the transaction cost based on the payment method used.
public:
property IVectorView<PaymentDetailsModifier ^> ^ Modifiers { IVectorView<PaymentDetailsModifier ^> ^ get(); void set(IVectorView<PaymentDetailsModifier ^> ^ value); };
IVectorView<PaymentDetailsModifier> Modifiers();
void Modifiers(IVectorView<PaymentDetailsModifier> value);
public IReadOnlyList<PaymentDetailsModifier> Modifiers { get; set; }
var iVectorView = paymentDetails.modifiers;
paymentDetails.modifiers = iVectorView;
Public Property Modifiers As IReadOnlyList(Of PaymentDetailsModifier)
Property Value
Gets or sets the Modifiers.