factory CheckoutMetadata.fromJson(Map<String, dynamic> json) => CheckoutMetadata( merchantDefined: json["merchant_defined"], );