storePaymentMethod property

bool? get storePaymentMethod

Implementation

bool? get storePaymentMethod => _$this._storePaymentMethod;
set storePaymentMethod (bool? storePaymentMethod)

Implementation

set storePaymentMethod(bool? storePaymentMethod) =>
    _$this._storePaymentMethod = storePaymentMethod;