PaymentConfig constructor
PaymentConfig({})
Creates a new instance of PaymentConfig with the given parameters.
Implementation
PaymentConfig({
required this.environment,
required this.action,
required this.clientId,
required this.merchantId,
required this.order,
required this.billing,
required this.shipping,
required this.appearance,
});