C# Класс PayPal.PayPalAPIInterfaceService.Model.BMGetInventoryRequestType

Hosted Button ID of the button to return inventory for. Required Character length and limitations: 10 single-byte numeric characters
Наследование: AbstractRequestType
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BMGetInventoryRequestType ( ) : System

Default Constructor

BMGetInventoryRequestType ( string hostedButtonID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Описание методов

BMGetInventoryRequestType() публичный Метод

Default Constructor
public BMGetInventoryRequestType ( ) : System
Результат System

BMGetInventoryRequestType() публичный Метод

Constructor with arguments
public BMGetInventoryRequestType ( string hostedButtonID ) : System
hostedButtonID string
Результат System

ToXMLString() публичный Метод

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Результат string