The SixBit Application Programming Interface
BuyerID Field






The unique buyerid(s).
Syntax
'Declaration
 
Public BuyerID As System.String
'Usage
 
Dim instance As BuyersListRequestType
Dim value As System.String
 
value = instance.BuyerID
 
instance.BuyerID = value
public System.string BuyerID
public field BuyerID: System.String; 
public var BuyerID : System.String;
public: System.string* BuyerID
public:
System.String^ BuyerID
Remarks
BuyerIDs are automatically generated by SixBit. To request multiple buyers, separate buyerids with commas. For example, 21,43,58
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BuyersListRequestType Class
BuyersListRequestType Members

Send Feedback