프로퍼티 | 타입 | 설명 | |
---|---|---|---|
cardNumberTextField | AppQuery>.Func | ||
cvvTextField | AppQuery>.Func | ||
expiryDateTextField | AppQuery>.Func | ||
payButton | AppQuery>.Func | ||
startDateTextField | AppQuery>.Func |
메소드 | 설명 | |
---|---|---|
EnterCVV ( string cvv ) : |
||
EnterCardNumber ( string cardNo ) : |
||
EnterExpiryDate ( string expDate ) : |
||
EnterStartDate ( string startDate ) : |
||
PaymentScreen ( IApp app, System.Platform platform ) : System | ||
TapPay ( ) : |
public EnterCardNumber ( string cardNo ) : |
||
cardNo | string | |
리턴 |
public EnterExpiryDate ( string expDate ) : |
||
expDate | string | |
리턴 |
public EnterStartDate ( string startDate ) : |
||
startDate | string | |
리턴 |
public PaymentScreen ( IApp app, System.Platform platform ) : System | ||
app | IApp | |
platform | System.Platform | |
리턴 | System |