SdkPaymentMethodDataSlice constructor

SdkPaymentMethodDataSlice({
  1. String? scheme,
  2. String? cardCountry,
  3. String? cardType,
  4. String? maskCardNumber,
})

Implementation

SdkPaymentMethodDataSlice({
  this.scheme,
  this.cardCountry,
  this.cardType,
  this.maskCardNumber,
});