@@ -239,7 +239,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</
239239< section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class "> < a id ="CreatePaymentTransaction " class ="tsd-anchor "> </ a >
240240< h3 class ="tsd-anchor-link "> < span > Create< wbr /> Payment< wbr /> Transaction</ span > < a href ="#CreatePaymentTransaction " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg class ="icon icon-tabler icon-tabler-link " viewBox ="0 0 24 24 " stroke-width ="2 " stroke ="currentColor " fill ="none " stroke-linecap ="round " stroke-linejoin ="round "> < use href ="#icon-anchor-a "> </ use > < use href ="#icon-anchor-b "> </ use > < use href ="#icon-anchor-c "> </ use > </ svg > </ a > </ h3 >
241241< ul class ="tsd-signatures tsd-kind-method tsd-parent-kind-class ">
242- < li class ="tsd-signature tsd-anchor-link " id ="CreatePaymentTransaction.CreatePaymentTransaction-1 "> Create< wbr /> Payment< wbr /> Transaction< span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPaymentTransaction</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> (</ span > paymentID< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > , paymentTransaction< span class ="tsd-signature-symbol "> : </ span > < a href ="../interfaces/PaymentTransaction.html " class ="tsd-signature-type " data-tsd-kind ="Interface "> PaymentTransaction</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> any</ span > < span class ="tsd-signature-symbol "> ></ span > , requestOptions< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../interfaces/RequestOptions.html " class ="tsd-signature-type " data-tsd-kind ="Interface "> RequestOptions</ a > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../types/RequiredDeep.html " class ="tsd-signature-type " data-tsd-kind ="Type alias "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPaymentTransaction</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > < a href ="#CreatePaymentTransaction.CreatePaymentTransaction-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg class ="icon icon-tabler icon-tabler-link " viewBox ="0 0 24 24 " stroke-width ="2 " stroke ="currentColor " fill ="none " stroke-linecap ="round " stroke-linejoin ="round "> < use href ="#icon-anchor-a "> </ use > < use href ="#icon-anchor-b "> </ use > < use href ="#icon-anchor-c "> </ use > </ svg > </ a > </ li >
242+ < li class ="tsd-signature tsd-anchor-link " id ="CreatePaymentTransaction.CreatePaymentTransaction-1 "> Create< wbr /> Payment< wbr /> Transaction< span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPayment</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> (</ span > paymentID< span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> string</ span > , paymentTransaction< span class ="tsd-signature-symbol "> : </ span > < a href ="../interfaces/PaymentTransaction.html " class ="tsd-signature-type " data-tsd-kind ="Interface "> PaymentTransaction</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> any</ span > < span class ="tsd-signature-symbol "> ></ span > , requestOptions< span class ="tsd-signature-symbol "> ?: </ span > < a href ="../interfaces/RequestOptions.html " class ="tsd-signature-type " data-tsd-kind ="Interface "> RequestOptions</ a > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../types/RequiredDeep.html " class ="tsd-signature-type " data-tsd-kind ="Type alias "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPayment</ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > < a href ="#CreatePaymentTransaction.CreatePaymentTransaction-1 " aria-label ="Permalink " class ="tsd-anchor-icon "> < svg class ="icon icon-tabler icon-tabler-link " viewBox ="0 0 24 24 " stroke-width ="2 " stroke ="currentColor " fill ="none " stroke-linecap ="round " stroke-linejoin ="round "> < use href ="#icon-anchor-a "> </ use > < use href ="#icon-anchor-b "> </ use > < use href ="#icon-anchor-c "> </ use > </ svg > </ a > </ li >
243243< li class ="tsd-description ">
244244< div class ="tsd-comment tsd-typography "> < p > Create a new cart payment transaction.
245245Check out the < a href ="https://ordercloud.io/api-reference/orders-and-fulfillment/cart/create-payment-transaction%7Capi "> docs</ a > for more info</ p >
@@ -248,7 +248,7 @@ <h3 class="tsd-anchor-link"><span>Create<wbr/>Payment<wbr/>Transaction</span><a
248248< h4 > Type Parameters</ h4 >
249249< ul class ="tsd-type-parameters ">
250250< li >
251- < h4 > TPaymentTransaction < span class ="tsd-signature-symbol "> extends </ span > < a href ="../interfaces/PaymentTransaction .html " class ="tsd-signature-type " data-tsd-kind ="Interface "> PaymentTransaction </ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> any</ span > < span class ="tsd-signature-symbol "> , </ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPaymentTransaction </ span > < span class ="tsd-signature-symbol "> ></ span > </ h4 > </ li > </ ul > </ section >
251+ < h4 > TPayment < span class ="tsd-signature-symbol "> extends </ span > < a href ="../interfaces/Payment .html " class ="tsd-signature-type " data-tsd-kind ="Interface "> Payment </ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type "> any</ span > < span class ="tsd-signature-symbol "> , </ span > < span class ="tsd-signature-type "> any </ span > < span class =" tsd-signature-symbol " > , </ span > < span class =" tsd-signature-type " data-tsd-kind ="Type parameter "> TPayment </ span > < span class ="tsd-signature-symbol "> ></ span > </ h4 > </ li > </ ul > </ section >
252252< div class ="tsd-parameters ">
253253< h4 class ="tsd-parameters-title "> Parameters</ h4 >
254254< ul class ="tsd-parameter-list ">
@@ -262,7 +262,7 @@ <h5>paymentTransaction: <a href="../interfaces/PaymentTransaction.html" class="t
262262</ div > </ li >
263263< li >
264264< h5 > requestOptions: < a href ="../interfaces/RequestOptions.html " class ="tsd-signature-type " data-tsd-kind ="Interface "> RequestOptions</ a > < span class ="tsd-signature-symbol "> = {}</ span > </ h5 > </ li > </ ul > </ div >
265- < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../types/RequiredDeep.html " class ="tsd-signature-type " data-tsd-kind ="Type alias "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPaymentTransaction </ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > </ h4 > < aside class ="tsd-sources ">
265+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> Promise</ span > < span class ="tsd-signature-symbol "> <</ span > < a href ="../types/RequiredDeep.html " class ="tsd-signature-type " data-tsd-kind ="Type alias "> RequiredDeep</ a > < span class ="tsd-signature-symbol "> <</ span > < span class ="tsd-signature-type " data-tsd-kind ="Type parameter "> TPayment </ span > < span class ="tsd-signature-symbol "> ></ span > < span class ="tsd-signature-symbol "> ></ span > </ h4 > < aside class ="tsd-sources ">
266266< ul >
267267< li > Defined in < a href ="https://github.com/ordercloud-api/ordercloud-javascript-sdk/blob/master/src/api/Cart.ts#L618 "> api/Cart.ts:618</ a > </ li > </ ul > </ aside > </ li > </ ul > </ section >
268268< section class ="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class "> < a id ="Delete " class ="tsd-anchor "> </ a >
0 commit comments