deliveryContact property

  1. @BuiltValueField.new(wireName: r'deliveryContact')
DeliveryContact? get deliveryContact

The delivery contact (name and address) for physical card delivery.

Implementation

@BuiltValueField(wireName: r'deliveryContact')
DeliveryContact? get deliveryContact;