MFApplePayStyle.fromJson constructor
Implementation
MFApplePayStyle.fromJson(Map<String, dynamic> json) {
height = json['height'];
borderRadius = json['borderRadius'];
buttonText = json['buttonText'];
hideLoadingIndicator = json['hideLoadingIndicator'];
vendorName = json['vendorName'];
}