コード例 #1
0
 public TransactionGetPurchaseSessionIdRequestBuilder(PurchaseSession purchaseSession)
     : this()
 {
     this.PurchaseSession = purchaseSession;
 }
コード例 #2
0
 public static TransactionGetPurchaseSessionIdRequestBuilder GetPurchaseSessionId(PurchaseSession purchaseSession)
 {
     return(new TransactionGetPurchaseSessionIdRequestBuilder(purchaseSession));
 }