paymentMethod property

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

The payment method condition that defines whether the split logic applies. Possible values: * Payment method variant: Apply the split logic for a specific payment method. * ANY: Apply the split logic for all available payment methods.

Implementation

@BuiltValueField(wireName: r'paymentMethod')
String get paymentMethod;