StoneTechPaymentParams constructor
StoneTechPaymentParams({
- required double amount,
- required StoneTechPaymentType type,
- required StoneTechCredentialsModel credentials,
- StoneTechOptions? options,
- int? installments,
Implementation
StoneTechPaymentParams({
required this.amount,
required this.type,
required this.credentials,
this.options,
this.installments,
});