public TransactionGetPurchaseSessionIdRequestBuilder(PurchaseSession purchaseSession)
     : this()
 {
     this.PurchaseSession = purchaseSession;
 }
 public static TransactionGetPurchaseSessionIdRequestBuilder GetPurchaseSessionId(PurchaseSession purchaseSession)
 {
     return(new TransactionGetPurchaseSessionIdRequestBuilder(purchaseSession));
 }