C# Class PayPal.PayPalAPIInterfaceService.Model.SetExpressCheckoutRequestDetailsType

The total cost of the order to the customer. If shipping cost and tax charges are known, include them in OrderTotal; if not, OrderTotal should be the current sub-total of the order. You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Limitations: Must not exceed $10,000 USD in any currency. No currency symbol. Decimal separator must be a period (.), and the thousands separator must be a comma (,).
Mostra file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
SetExpressCheckoutRequestDetailsType ( ) : System

Default Constructor

ToXMLString ( string prefix, string name ) : string

Method Details

SetExpressCheckoutRequestDetailsType() public method

Default Constructor
public SetExpressCheckoutRequestDetailsType ( ) : System
return System

ToXMLString() public method

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