Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( |
Creates a new Bank Account Resource.
|
|
Create ( |
Creates a new Bank Account Resource.
|
|
Delete ( |
Delete the bank account resource for the given identifier.
|
|
Delete ( |
Delete the bank account resource for the given identifier.
|
|
Get ( |
Obtain the Bank Account resource for the given identifier.
|
|
List ( |
Retrieves a list of bank account resources.
|
|
Update ( |
Update information in a previously saved bank account. Only the modified fields need to be passed in the request.
|
|
Update ( |
Update information in a previously saved bank account. Only the modified fields need to be passed in the request.
|
public Create ( |
||
apiContext | APIContext used for the API call. | |
return |
public static Create ( |
||
apiContext | APIContext used for the API call. | |
bankAccount | The BankAccount object specifying the details of the PayPal resource to create. | |
return |
public Delete ( |
||
apiContext | APIContext used for the API call. | |
return | void |
public static Delete ( |
||
apiContext | APIContext used for the API call. | |
bankAccountId | string | Identifier of the bank account resource to obtain the data for. |
return | void |
public static Get ( |
||
apiContext | APIContext used for the API call. | |
bankAccountId | string | Identifier of the bank account resource to obtain the data for. |
return |
public static List ( |
||
apiContext | APIContext used for the API call. | |
pageSize | int | Number of items to be returned in the current page size, by a GET operation. Defaults to a size of 10. |
page | int | The page number to be retrieved, for the list of items, by the current GET request. Defaults to a size of 1. |
startTime | string | Resource creation time as ISO8601 date-time format (ex: 1994-11-05T13:15:30Z) that indicates the start of a range of results. |
endTime | string | Resource creation time as ISO8601 date-time format (ex: 1994-11-05T13:15:30Z) that indicates the end of a range of results. |
sortOrder | string | Sort based on order of results. Options include 'asc' for ascending order or 'desc' for descending order. Defaults to 'asc'. |
sortBy | string | Sort based on 'create_time' or 'update_time'. Defaults to 'create_time'. |
merchantId | string | Identifier the merchants who owns this resource |
externalCustomerId | string | Identifier of the external customer resource to obtain the data for. |
externalAccountId | string | Identifier of the external bank account resource id to obtain the data for. |
return | PayPal.Api.BankAccountList |
public Update ( |
||
apiContext | APIContext used for the API call. | |
patchRequest | PatchRequest | PatchRequest |
return |
public static Update ( |
||
apiContext | APIContext used for the API call. | |
bankAccountId | string | ID of the bank account to update. |
patchRequest | PatchRequest | PatchRequest |
return |