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

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

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

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

Default Constructor

BMSetInventoryRequestType ( string hostedButtonID, string trackInv, string trackPnl ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

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

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

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

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

Constructor with arguments
public BMSetInventoryRequestType ( string hostedButtonID, string trackInv, string trackPnl ) : System
hostedButtonID string
trackInv string
trackPnl string
Результат System

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

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