paymentAccountAge property

  1. @BuiltValueField.new(wireName: r'paymentAccountAge')
DateTime? get paymentAccountAge

Date this payment method was added to the shopper's account.

Implementation

@BuiltValueField(wireName: r'paymentAccountAge')
DateTime? get paymentAccountAge;