C# Class PayPal.PayPalAPIInterfaceService.Model.BMGetInventoryRequestType

Hosted Button ID of the button to return inventory for. Required Character length and limitations: 10 single-byte numeric characters
Inheritance: AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
BMGetInventoryRequestType ( ) : System

Default Constructor

BMGetInventoryRequestType ( string hostedButtonID ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

BMGetInventoryRequestType() public méthode

Default Constructor
public BMGetInventoryRequestType ( ) : System
Résultat System

BMGetInventoryRequestType() public méthode

Constructor with arguments
public BMGetInventoryRequestType ( string hostedButtonID ) : System
hostedButtonID string
Résultat System

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string