C# Class PayPal.PayPalAPIInterfaceService.Model.BMCreateButtonRequestType

Type of Button to create. Required Must be one of the following: BUYNOW, CART, GIFTCERTIFICATE. SUBSCRIBE, PAYMENTPLAN, AUTOBILLING, DONATE, VIEWCART or UNSUBSCRIBE
Inheritance: AbstractRequestType
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
BMCreateButtonRequestType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

Method Details

BMCreateButtonRequestType() public method

Default Constructor
public BMCreateButtonRequestType ( ) : System
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string