billingDate property
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;
The date on which the shopper's payment method will be charged, in YYYY-MM-DD format.
@BuiltValueField(wireName: r'billingDate')
String? get billingDate;