PaymentResponse.fromJSON(Map<String, dynamic> json) : transaction = PaylikeTransaction.fromJSON(json), custom = json['custom'];