billingAddressPeriodStreet property

  1. @BuiltValueField.new(wireName: r'billingAddress.street')
String? get billingAddressPeriodStreet

The billing address street passed in the payment request.

Implementation

@BuiltValueField(wireName: r'billingAddress.street')
String? get billingAddressPeriodStreet;