PaymentOptions.RequestPayerEmail プロパティ

定義

「Get」または「set」は、支払い依頼の一環としてユーザーエージェントが支払者のメールアドレスを収集し返送すべきかどうかを示します。

public bool? RequestPayerEmail { get; set; }
member this.RequestPayerEmail : Nullable<bool> with get, set
Public Property RequestPayerEmail As Nullable(Of Boolean)

プロパティ値

ユーザーエージェントが支払者のメールアドレスを収集し返送すべきかどうかを示すブール数。

適用対象