billingAddress property

  1. @BuiltValueField.new(wireName: r'billingAddress')
Address? get billingAddress

The billing address. > The billingAddress object is required for cross-border payouts to and from Canada. Include all of the fields within this object.

Implementation

@BuiltValueField(wireName: r'billingAddress')
Address? get billingAddress;