UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

12 lines (11 loc) 297 B
export interface PaymentTransaction<TPaymentTransactionXp = any> { ID?: string; Type?: string; DateExecuted?: string; Currency?: string; Amount?: number; Succeeded?: boolean; ResultCode?: string; ResultMessage?: string; xp?: TPaymentTransactionXp; }