[@bigcommerce/checkout-sdk](../README.md) / PayPalInstrument

# Interface: PayPalInstrument

## Hierarchy

- [`BaseAccountInstrument`](BaseAccountInstrument.md)

  ↳ **`PayPalInstrument`**

## Table of contents

### Properties

- [bigpayToken](PayPalInstrument.md#bigpaytoken)
- [defaultInstrument](PayPalInstrument.md#defaultinstrument)
- [externalId](PayPalInstrument.md#externalid)
- [method](PayPalInstrument.md#method)
- [provider](PayPalInstrument.md#provider)
- [trustedShippingAddress](PayPalInstrument.md#trustedshippingaddress)
- [type](PayPalInstrument.md#type)

## Properties

### bigpayToken

• **bigpayToken**: `string`

#### Inherited from

[BaseAccountInstrument](BaseAccountInstrument.md).[bigpayToken](BaseAccountInstrument.md#bigpaytoken)

___

### defaultInstrument

• **defaultInstrument**: `boolean`

#### Inherited from

[BaseAccountInstrument](BaseAccountInstrument.md).[defaultInstrument](BaseAccountInstrument.md#defaultinstrument)

___

### externalId

• **externalId**: `string`

___

### method

• **method**: ``"paypal"``

#### Overrides

[BaseAccountInstrument](BaseAccountInstrument.md).[method](BaseAccountInstrument.md#method)

___

### provider

• **provider**: `string`

#### Inherited from

[BaseAccountInstrument](BaseAccountInstrument.md).[provider](BaseAccountInstrument.md#provider)

___

### trustedShippingAddress

• **trustedShippingAddress**: `boolean`

#### Inherited from

[BaseAccountInstrument](BaseAccountInstrument.md).[trustedShippingAddress](BaseAccountInstrument.md#trustedshippingaddress)

___

### type

• **type**: ``"account"`` \| ``"bank"``

#### Inherited from

[BaseAccountInstrument](BaseAccountInstrument.md).[type](BaseAccountInstrument.md#type)
