address property

  1. @BuiltValueField.new(wireName: r'address')
BillingAddress? get address

Required for transactions performed by registered payment facilitators. The sub-merchant's address.

Implementation

@BuiltValueField(wireName: r'address')
BillingAddress? get address;