payoutMethodCode property

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

The unique ID of the payoput method to which the check applies.

Implementation

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