paymentMethods property

  1. @BuiltValueField.new(wireName: r'paymentMethods')
BuiltList<PaymentMethod>? get paymentMethods

Detailed list of payment methods required to generate payment forms.

Implementation

@BuiltValueField(wireName: r'paymentMethods')
BuiltList<PaymentMethod>? get paymentMethods;