C# 클래스 Litle.Sdk.createDiscount

파일 보기 프로젝트 열기: LitleCo/litle-sdk-for-dotNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
amount long
discountCode string
endDate System.DateTime
name string
startDate System.DateTime

공개 메소드들

메소드 설명
Serialize ( ) : string

메소드 상세

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string

프로퍼티 상세

amount 공개적으로 프로퍼티

public long amount
리턴 long

discountCode 공개적으로 프로퍼티

public string discountCode
리턴 string

endDate 공개적으로 프로퍼티

public DateTime,System endDate
리턴 System.DateTime

name 공개적으로 프로퍼티

public string name
리턴 string

startDate 공개적으로 프로퍼티

public DateTime,System startDate
리턴 System.DateTime