billingDate property

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

The date on which the shopper's payment method will be charged, in YYYY-MM-DD format.

Implementation

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