toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'publishable_key': publishableKey,
'need_country': needCountry,
'need_postal_code': needPostalCode,
'need_cardholder_name': needCardholderName,
'@type': constructor,
};