# BasePayment


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [default to undefined]
**type** | [**PaymentType**](PaymentType.md) |  | [default to undefined]
**currency** | **string** |  | [default to undefined]
**ticketId** | **string** |  | [default to undefined]
**ticket** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**stripeId** | **string** |  | [default to undefined]
**last4** | **string** |  | [default to undefined]
**debugId** | **string** |  | [default to undefined]
**accountName** | **string** |  | [default to undefined]
**accountEmail** | **string** |  | [default to undefined]
**address1** | **string** |  | [default to undefined]
**address2** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**country** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**zip** | **string** |  | [default to undefined]
**captured** | **boolean** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**registrationId** | **string** |  | [default to undefined]
**passTypeId** | **string** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**sessionId** | **string** |  | [default to undefined]
**spaceId** | **string** |  | [default to undefined]
**membershipId** | **string** |  | [default to undefined]
**couponId** | **string** |  | [default to undefined]
**invoiceId** | **string** |  | [default to undefined]
**seriesId** | **string** |  | [default to undefined]
**taxIntegrationCompanyCode** | **string** |  | [default to undefined]
**taxIntegrationCustomerId** | **string** |  | [default to undefined]
**taxIntegrationEntityUseCode** | **string** |  | [default to undefined]
**entityId** | **string** |  | [default to undefined]
**entity** | [**BaseOrganizationEntity**](BaseOrganizationEntity.md) |  | [default to undefined]
**lineItems** | [**Array&lt;BasePaymentLineItem&gt;**](BasePaymentLineItem.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]

## Example

```typescript
import { BasePayment } from '@connectedxm/admin-sdk';

const instance: BasePayment = {
    id,
    type,
    currency,
    ticketId,
    ticket,
    stripeId,
    last4,
    debugId,
    accountName,
    accountEmail,
    address1,
    address2,
    city,
    country,
    state,
    zip,
    captured,
    accountId,
    eventId,
    registrationId,
    passTypeId,
    passId,
    sessionId,
    spaceId,
    membershipId,
    couponId,
    invoiceId,
    seriesId,
    taxIntegrationCompanyCode,
    taxIntegrationCustomerId,
    taxIntegrationEntityUseCode,
    entityId,
    entity,
    lineItems,
    createdAt,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
