pricingPlan property

  1. @BuiltValueField.new(wireName: r'pricingPlan')
String? get pricingPlan

Only applies to merchant accounts managed by Adyen's partners. The name of the pricing plan assigned to the merchant account.

Implementation

@BuiltValueField(wireName: r'pricingPlan')
String? get pricingPlan;