PayPalInfo class abstract

PayPalInfo

Properties:

  • directCapture - Indicates if direct (immediate) capture for PayPal is enabled. If set to true, this setting overrides the capture settings of your merchant account. Default value: true.
  • payerId - PayPal Merchant ID. Character length and limitations: 13 single-byte alphanumeric characters.
  • subject - Your business email address.
Annotations
  • @BuiltValue.new()

Constructors

PayPalInfo([void updates(PayPalInfoBuilder b)])
factory

Properties

directCapture bool?
Indicates if direct (immediate) capture for PayPal is enabled. If set to true, this setting overrides the capture settings of your merchant account. Default value: true.
no setter
hashCode int
The hash code for this object.
no setterinherited
payerId String
PayPal Merchant ID. Character length and limitations: 13 single-byte alphanumeric characters.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
Your business email address.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PayPalInfoBuilder)) PayPalInfo
Rebuilds the instance.
inherited
toBuilder() PayPalInfoBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PayPalInfo>
no setter