customerId property

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

Cash App issued customerId for recurring payment

Implementation

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