sourcePaymentMethod property

MapBuilder<String, String> get sourcePaymentMethod

Implementation

MapBuilder<String, String> get sourcePaymentMethod =>
    _$this._sourcePaymentMethod ??= MapBuilder<String, String>();
set sourcePaymentMethod (MapBuilder<String, String>? sourcePaymentMethod)

Implementation

set sourcePaymentMethod(MapBuilder<String, String>? sourcePaymentMethod) =>
    _$this._sourcePaymentMethod = sourcePaymentMethod;