Package com.increase.api.models
Class RealTimePaymentsTransfer.CreatedBy.OAuthApplication
-
- All Implemented Interfaces:
public final class RealTimePaymentsTransfer.CreatedBy.OAuthApplicationIf present, details about the OAuth Application that created the transfer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealTimePaymentsTransfer.CreatedBy.OAuthApplication.BuilderA builder for OAuthApplication.
-
Method Summary
Modifier and Type Method Description final Stringname()The name of the OAuth Application. final JsonField<String>_name()The name of the OAuth Application. final Map<String, JsonValue>_additionalProperties()final RealTimePaymentsTransfer.CreatedBy.OAuthApplicationvalidate()final RealTimePaymentsTransfer.CreatedBy.OAuthApplication.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealTimePaymentsTransfer.CreatedBy.OAuthApplication.Builderbuilder()-
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final RealTimePaymentsTransfer.CreatedBy.OAuthApplication validate()
-
toBuilder
final RealTimePaymentsTransfer.CreatedBy.OAuthApplication.Builder toBuilder()
-
builder
final static RealTimePaymentsTransfer.CreatedBy.OAuthApplication.Builder builder()
-
-
-
-