"서비스결제정보", 'label' => [ 'user_uid' => "관리자", 'clientinfo_code' => "고객", 'serviceinfo_code' => "서비스", 'amount' => "청구금액", 'billing_method' => "청구방법", 'billing_at' => "지급기한일", 'pay_method' => "지급방법", 'status' => "상태", 'updated_at' => "지불처리일", 'created_at' => "청구일", 'deleted_at' => "삭제일", 'countdown' => "납부기한", ], 'DEFAULTS' => [ 'item_type' => "server", 'billing_method' => "month", 'pay_method' => "account", 'status' => 'unpaid' ], "BILLING_METHOD" => [ "month" => "매월", "onetime" => "일회성", ], "PAY_METHOD" => [ "account" => "예치금", "coupon" => "쿠폰", ], "STATUS" => [ 'unpaid' => "미지급", "paid" => "지급완료", ], ];