1.7.13. 계약 드롭 (up)

Plan of the contract {{ contract.plan.name }}

1.7.13.1. 방법

1.7.13.1.1. errors

실패한 제출 후 이 모델의 형식이 렌더링되면 발생한 오류가 반환됩니다.

{{ contract.errors.name | inline_errors }}
1.7.13.1.2. id

id를 반환합니다.

1.7.13.1.3. can_change_plan?

변경 가능한 경우 true를 반환합니다.Return true if any form of change is possible.

1.7.13.1.4. 평가판?

계약이 아직 시험 기간 내에 있는 경우 true를 반환합니다.

참고: 계획의 시험 기간을 변경하면 기존 계약에 영향을 미치지 않습니다.

1.7.13.1.5. 라이브입니까?
1.7.13.1.6. state

가능한 세 가지 상태는 다음과 같습니다.

    - pending
    - live
    - suspended
1.7.13.1.7. remaining_trial_period_days

아직 시험 기간에 남아 있는 날의 수입니다.

1.7.13.1.8. 계획

계약 계획을 반환합니다.

1.7.13.1.9. plan_change_permission_name

허용된 동작의 이름을 반환합니다.

1.7.13.1.10. plan_change_permission_warning

허용되는 동작의 경고 메시지를 반환합니다.

1.7.13.1.11. contract