File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/kr/co/bootpay/model/request Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55public class SubscribePayload {
66 public String billingKey ; // 발급받은 빌링키
7- public String itemName ; //결제할 상품명, 결제창에 노출됨
7+ public String itemName ; // 결제할 상품명, 결제창에 노출됨
88 public long price ; // 결제할 상품금액
99 public int taxFree ; // 면세 상품일 경우 해당만큼의 금액을 설정
1010 public String orderId ; // 개발사에서 지정하는 고유주문번호
@@ -15,6 +15,6 @@ public class SubscribePayload {
1515 public String feedbackUrl ; // webhook 통지시 받으실 url 주소 (localhost 사용 불가)
1616 public String feedbackContentType ; // webhook 통지시 받으실 데이터 타입 (json 또는 urlencoded, 기본값 urlencoded)
1717 public SubscribeExtra extra ;
18- public String schedulerType ; //정기결제 예약시
18+ public String schedulerType ; //정기결제 예약시 - oneshot 으로 지정해야함.
1919 public long executeAt ; //정기결제 예약시
2020}
You can’t perform that action at this time.
0 commit comments