PaymentOptionDetailRequest constructor

PaymentOptionDetailRequest({
  1. required String? paymentToken,
  2. String? clientId,
  3. String? locale,
  4. String? categoryCode,
  5. String? groupCode,
})

Implementation

PaymentOptionDetailRequest({
  required this.paymentToken,
  this.clientId,
  this.locale,
  this.categoryCode,
  this.groupCode,
});