ExpresspayRecurringOptions.fromJson constructor
ExpresspayRecurringOptions.fromJson(
- dynamic json
Implementation
ExpresspayRecurringOptions.fromJson(dynamic json) {
firstTransactionId = json['firstTransactionId'];
token = json['token'];
}