public PaymentJsonModel VisitChild(ChildPaymentService child) { return(new PaymentJsonModel { Name = child.PaymentService.Name, Action = child.PaymentService.Action, StartRecurrent = new ChurchFalse(), TransactionKey = new Just <string>(child.OriginalTransactionKey) }); }
public Child(ChildPaymentService childPaymentService) { this.childPaymentService = childPaymentService; }